Call cleaner from the installation directory
svn path=/nixpkgs/trunk/; revision=23300
This commit is contained in:
parent
6bb40f5d08
commit
7dd07e5476
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ rec {
|
|||
|
||||
doFixPaths = a.fullDepEntry (''
|
||||
sed -e '/sysconfdir=\/etc/d; /sbindir=\/sbin/d' -i configure
|
||||
sed -e 's@/sbin/@'"$out"'/sbin/@' -i ./sbin/mount/cleaner_ctl.c
|
||||
'') ["doUnpack" "minInit"];
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue