diff options
author | crocket <crockabiscuit@yahoo.com> | 2010-08-15 20:42:15 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-08-15 20:54:00 -0500 |
commit | 665705d304b7d26e161df66ceca450f70c42d5ac (patch) | |
tree | 77fb36ed91308ecf08ac31f6c0213c321994e5b8 /system/os-prober/os-prober.SlackBuild | |
parent | a7b4697d983bdabfeeaaf0882ce347ced2a9cc9e (diff) | |
download | slackbuilds-665705d304b7d26e161df66ceca450f70c42d5ac.tar.gz |
system/os-prober: Updated for version 1.39.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system/os-prober/os-prober.SlackBuild')
-rw-r--r-- | system/os-prober/os-prober.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/os-prober/os-prober.SlackBuild b/system/os-prober/os-prober.SlackBuild index 38a5e82750..13b136395c 100644 --- a/system/os-prober/os-prober.SlackBuild +++ b/system/os-prober/os-prober.SlackBuild @@ -5,7 +5,7 @@ # Written by crocket (crockabiscuit@yahoo.com) PRGNAM=os-prober -VERSION=${VERSION:-1.38} +VERSION=${VERSION:-1.39} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -62,6 +62,7 @@ cp linux-boot-probes/mounted/x86/* $PKG/usr/lib/linux-boot-probes/mounted mkdir -p $PKG/usr/share/$PRGNAM cp common.sh $PKG/usr/share/$PRGNAM +chmod +x $PKG/usr/share/$PRGNAM/common.sh # End of making os-prober directory hierarchy. mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION @@ -73,4 +74,3 @@ cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} - |