diff options
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} - |