Call cleaner from the installation directory

svn path=/nixpkgs/trunk/; revision=23300
This commit is contained in:
Michael Raskin 2010-08-21 07:28:47 +00:00
parent 6bb40f5d08
commit 7dd07e5476

View File

@ -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 = {