esniper: fix more impurities

This commit is contained in:
Peter Simons 2012-07-27 01:30:48 +02:00
parent 3acaeefabd
commit 54cf26ad8d

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation {
postInstall = ''
sed <"frontends/snipe" >"$out/bin/snipe" \
-e "2i export PATH=\"$out/bin:${coreutils}/bin:${gawk}/bin\"" \
-e "2i export PATH=\"$out/bin:${coreutils}/bin:${gawk}/bin:${bash}/bin\"" \
-e "2i alias which='type -p'"
chmod 555 "$out/bin/snipe"
'';