0989227b08
svn path=/nixpkgs/trunk/; revision=29806
16 lines
430 B
Diff
16 lines
430 B
Diff
diff -ru powertop-1.13/Makefile powertop-1.13.new/Makefile
|
|
--- powertop-1.13/Makefile
|
|
+++ powertop-1.13.new/Makefile
|
|
@@ -1,8 +1,8 @@
|
|
VERSION = 1.13
|
|
|
|
-BINDIR=/usr/bin
|
|
-LOCALESDIR=/usr/share/locale
|
|
-MANDIR=/usr/share/man/man8
|
|
+BINDIR=${out}/bin
|
|
+LOCALESDIR=${out}/share/locale
|
|
+MANDIR=${out}/share/man/man8
|
|
WARNFLAGS=-Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int
|
|
CFLAGS?=-Os -g ${WARNFLAGS}
|
|
CC?=gcc
|