Fix references to current-system/sw/sbin

This commit is contained in:
William A. Kennington III
2015-04-01 13:57:36 -07:00
parent a9f2e107d0
commit ff21171921
13 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ stdenv.mkDerivation {
configureFlags="--disable-move-mount --with-path=$PATH"
export MOUNT=/var/run/current-system/sw/bin/mount
export UMOUNT=/var/run/current-system/sw/bin/umount
export MODPROBE=/var/run/current-system/sw/sbin/modprobe
export MODPROBE=/var/run/current-system/sw/bin/modprobe
# Grrr, rpcgen can't find cpp. (NIXPKGS-48)
mkdir rpcgen
echo "#! $shell" > rpcgen/rpcgen