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