small fixup
This commit is contained in:
parent
0e1295d5c6
commit
03f733e0d3
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ stdenv.mkDerivation {
|
|||
patchPhase = ''
|
||||
patchShebangs --build .
|
||||
# Set dest dirs with sed, as all are not configurable
|
||||
sed -i 's+HOME/\.+out/+' install.sh
|
||||
sed -i 's+HOME/\.+out/lib/+' install.sh
|
||||
sed -i 's+DIALOG=$PRODUCT/dialog+DIALOG=echo+' install.sh
|
||||
# Remove cruft
|
||||
rm Diva/dialog.64
|
||||
|
|
Loading…
Reference in a new issue