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
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
postPatch = ''
sed -i -e s,/usr/bin,/var/run/current-system/sw/bin, \
-e s,/usr/sbin,/var/run/current-system/sw/sbin, \
-e s,/usr/sbin,/var/run/current-system/sw/bin, \
-e s,:/sbin,, src/util/sys_defs.h
'';