diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2010-05-12 17:46:18 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 17:46:18 +0200 |
commit | c1b17a51a91392f6c4caba44396d7fb4e5ca21aa (patch) | |
tree | d09fe9641fd7e09290689f42c2bbcc7015ebf268 /system/virtualbox-ose/doinst.sh | |
parent | b31394c55477545aab65dc096ca8b29973eeae4a (diff) | |
download | slackbuilds-c1b17a51a91392f6c4caba44396d7fb4e5ca21aa.tar.gz |
system/virtualbox-ose: Updated for version 2.1.4
Diffstat (limited to 'system/virtualbox-ose/doinst.sh')
-rw-r--r-- | system/virtualbox-ose/doinst.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/system/virtualbox-ose/doinst.sh b/system/virtualbox-ose/doinst.sh index 478e3d3460..965ee68a04 100644 --- a/system/virtualbox-ose/doinst.sh +++ b/system/virtualbox-ose/doinst.sh @@ -1,5 +1,3 @@ -#!/bin/sh - config() { NEW="$1" OLD="$(dirname $NEW)/$(basename $NEW .new)" @@ -19,7 +17,7 @@ fi # Prepare the new configuration files config etc/vbox/vbox.cfg.new -for file in etc/rc.d/rc.vboxdrv.new etc/rc.d/rc.vboxnet.new ; do +for file in etc/rc.d/rc.vboxdrv.new ; do if [ -e $(dirname $file)/$(basename $file .new) -a -x $(dirname $file)/$(basename $file .new) ]; then chmod 0755 $file else |