Fix some of the debian-devscripts shell references

This commit is contained in:
Michael Raskin 2012-10-09 11:02:06 +04:00
parent 25b702d2d6
commit 18c0bca167

@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
sed -re "s@/etc( |$|/)@$out/etc\\1@" -i Makefile* */Makefile*
'';
postInstall = ''
sed -re 's@(^|[ !`"])/bin/bash@\1${stdenv.shell}@g' -i "$out/bin"/*
for i in "$out/bin"/*; do
wrapProgram "$i" \
--prefix PERL5LIB : "$PERL5LIB" \