nixpkgs/pkgs/os-specific/linux/nfs-utils/sbindir.patch
Ludovic Courtès 1a64758585 Add Linux nfs-utils.
svn path=/nixpkgs/trunk/; revision=11367
2008-03-30 17:42:49 +00:00

12 lines
420 B
Diff

--- nfs-utils-1.1.2/utils/mount/Makefile.in 2008-03-14 18:44:42.000000000 +0100
+++ nfs-utils-1.1.2/utils/mount/Makefile.in 2008-03-30 19:30:57.000000000 +0200
@@ -219,7 +219,7 @@ psdir = @psdir@
# These binaries go in /sbin (not /usr/sbin), and that cannot be
# overriden at config time.
-sbindir = /sbin
+sbindir = @prefix@/sbin
secure_statd = @secure_statd@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@