summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorFlorian Friesdorf <flo@chaoflow.net>2011-10-13 08:47:58 +0000
committerFlorian Friesdorf <flo@chaoflow.net>2011-10-13 08:47:58 +0000
commit0989227b08fd53e391d4fde3bd67be34abce8eef (patch)
tree115cf2a003b413f147c1dc490f4a965709f58394 /pkgs/os-specific
parent3850bb86baef6ace53ddbc04e51164bb688aa21c (diff)
downloadnixlib-0989227b08fd53e391d4fde3bd67be34abce8eef.tar
nixlib-0989227b08fd53e391d4fde3bd67be34abce8eef.tar.gz
nixlib-0989227b08fd53e391d4fde3bd67be34abce8eef.tar.bz2
nixlib-0989227b08fd53e391d4fde3bd67be34abce8eef.tar.lz
nixlib-0989227b08fd53e391d4fde3bd67be34abce8eef.tar.xz
nixlib-0989227b08fd53e391d4fde3bd67be34abce8eef.tar.zst
nixlib-0989227b08fd53e391d4fde3bd67be34abce8eef.zip
fix powertop-1.13.patch
svn path=/nixpkgs/trunk/; revision=29806
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/powertop/powertop-1.13.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/powertop/powertop-1.13.patch b/pkgs/os-specific/linux/powertop/powertop-1.13.patch
index d8a7d546c54c..cf66b2971909 100644
--- a/pkgs/os-specific/linux/powertop/powertop-1.13.patch
+++ b/pkgs/os-specific/linux/powertop/powertop-1.13.patch
@@ -1,7 +1,7 @@
 diff -ru powertop-1.13/Makefile powertop-1.13.new/Makefile
 --- powertop-1.13/Makefile
 +++ powertop-1.13.new/Makefile
-@@ -1,6 +1,6 @@
+@@ -1,8 +1,8 @@
  VERSION = 1.13
  
 -BINDIR=/usr/bin
@@ -10,6 +10,6 @@ diff -ru powertop-1.13/Makefile powertop-1.13.new/Makefile
 +BINDIR=${out}/bin
 +LOCALESDIR=${out}/share/locale
 +MANDIR=${out}/share/man/man8
- WARNFLAGS=-Wall  -W -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int
+ WARNFLAGS=-Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int
  CFLAGS?=-Os -g ${WARNFLAGS}
  CC?=gcc