mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
also don't build uptime, we use this from coreutils instead...
svn path=/nixpkgs/trunk/; revision=4364
This commit is contained in:
parent
8863466ce7
commit
4733044ddb
@ -6,7 +6,7 @@ diff -ruN procps-3.2.6/Makefile procps-3.2.6.new/Makefile
|
||||
usr/include := $(DESTDIR)/usr/include/
|
||||
|
||||
-#SKIP := $(bin)kill $(man1)kill.1
|
||||
+SKIP := $(bin)kill $(man1)kill.1
|
||||
+SKIP := $(bin)kill $(man1)kill.1 $(usr/bin)uptime $(man1)uptime.1
|
||||
|
||||
BINFILES := $(usr/bin)uptime $(usr/bin)tload $(usr/bin)free $(usr/bin)w \
|
||||
$(usr/bin)top $(usr/bin)vmstat $(usr/bin)watch $(usr/bin)skill \
|
||||
|
Loading…
Reference in New Issue
Block a user