Fix some of the debian-devscripts shell references
This commit is contained in:
parent
25b702d2d6
commit
18c0bca167
@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
|
|||||||
sed -re "s@/etc( |$|/)@$out/etc\\1@" -i Makefile* */Makefile*
|
sed -re "s@/etc( |$|/)@$out/etc\\1@" -i Makefile* */Makefile*
|
||||||
'';
|
'';
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
sed -re 's@(^|[ !`"])/bin/bash@\1${stdenv.shell}@g' -i "$out/bin"/*
|
||||||
for i in "$out/bin"/*; do
|
for i in "$out/bin"/*; do
|
||||||
wrapProgram "$i" \
|
wrapProgram "$i" \
|
||||||
--prefix PERL5LIB : "$PERL5LIB" \
|
--prefix PERL5LIB : "$PERL5LIB" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user