svn path=/nixpkgs/trunk/; revision=13280

This commit is contained in:
Eelco Dolstra 2008-11-13 12:45:08 +00:00
parent d22734c3e7
commit 957a8b876a

View file

@ -458,6 +458,8 @@ rec {
'';
installPhase = ''
eval "$preInstall"
ensureDir $out/$outDir
find /usr/src -name "*.rpm" -exec cp {} $out/$outDir \;
@ -466,6 +468,8 @@ rec {
rpm -qip $i
stopNest
done
eval "$postInstall"
''; # */
} // attrs));