mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 17:44:44 +00:00
Replaced awk command with absolute path
svn path=/nixpkgs/trunk/; revision=16087
This commit is contained in:
parent
8af7ad5798
commit
ac3253387f
@ -61,7 +61,7 @@ stdenv.mkDerivation {
|
|||||||
sed -i -e "s|@INSTALL_PATH@|$out/virtualbox|" \
|
sed -i -e "s|@INSTALL_PATH@|$out/virtualbox|" \
|
||||||
-e "s|@QT4_PATH@|${qt4}/lib|" \
|
-e "s|@QT4_PATH@|${qt4}/lib|" \
|
||||||
-e "s|which|${which}/bin/which|" \
|
-e "s|which|${which}/bin/which|" \
|
||||||
-e "s|gawk|${stdenv.gawk}/bin/gawk|" \
|
-e "s|awk|${stdenv.gawk}/bin/awk|" \
|
||||||
$out/bin/VBox.sh
|
$out/bin/VBox.sh
|
||||||
chmod 755 $out/bin/VBox.sh
|
chmod 755 $out/bin/VBox.sh
|
||||||
for file in VirtualBox VBoxManage VBoxSDL
|
for file in VirtualBox VBoxManage VBoxSDL
|
||||||
|
Loading…
Reference in New Issue
Block a user