diff options
author | Agney Lopes Roth Ferraz <agney@debian.org> | 2007-12-09 05:03:40 -0400 |
---|---|---|
committer | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-19 14:38:45 -0500 |
commit | 18e8f4ab62003cb2e251f1540d083114ad489123 (patch) | |
tree | 1685ab16402d10233f81c67aa4ad7cf857246d86 /Makefile.in | |
parent | 401ee3a8ee846998cf0fa3ebadcc81cffe1da3ed (diff) | |
parent | ee6c3f9b4cf08a276c971dee66e1acdb32b3dff9 (diff) |
Import Debian changes 0.4.2.3-1
hardinfo (0.4.2.3-1) unstable; urgency=low
* New upstream release.(Closes: #454947)
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/Makefile.in b/Makefile.in index cc713aab..775ec26a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,7 +1,7 @@ -CC = gcc $(ARCHOPTS) -CCSLOW = gcc -O0 -CFLAGS = -fPIC -pipe -Wall $(GTK_CFLAGS) $(GLADE_CFLAGS) $(SOUP_CFLAGS) -I. +CC = gcc $(ARCHOPTS) -g +CCSLOW = gcc -O0 -g +CFLAGS = -fPIC -pipe -Wall -g $(GTK_CFLAGS) $(GLADE_CFLAGS) $(SOUP_CFLAGS) -I. # ---------------------------------------------------------------------------- @@ -59,9 +59,8 @@ deb: dist-clean install: all @echo '[01;34m*** Creating directories...[00m' mkdir -p ${DESTDIR}/usr/bin - mkdir -p ${DESTDIR}/usr/local mkdir -p ${DESTDIR}/usr/share/applications - mkdir -p ${DESTDIR}/usr/lib/hardinfo/modules + mkdir -p ${DESTDIR}${LIBDIR}/hardinfo/modules mkdir -p ${DESTDIR}/usr/share/hardinfo/pixmaps @echo '[01;34m*** Installing icon...[00m' @@ -71,7 +70,7 @@ install: all cp hardinfo ${DESTDIR}/usr/bin/hardinfo @echo '[01;34m*** Installing modules...[00m' - cp -Lr modules/*.so ${DESTDIR}/usr/lib/hardinfo/modules + cp -Lr modules/*.so ${DESTDIR}${LIBDIR}/hardinfo/modules @echo '[01;34m*** Installing pixmaps...[00m' cp -Lr pixmaps/* ${DESTDIR}/usr/share/hardinfo/pixmaps |