diff options
Diffstat (limited to 'academic')
-rw-r--r-- | academic/bibletime/bibletime.SlackBuild | 12 | ||||
-rw-r--r-- | academic/bibletime/bibletime.info | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/academic/bibletime/bibletime.SlackBuild b/academic/bibletime/bibletime.SlackBuild index daee6a60bf3..550a119ecd7 100644 --- a/academic/bibletime/bibletime.SlackBuild +++ b/academic/bibletime/bibletime.SlackBuild @@ -28,7 +28,7 @@ # Modified by Robert Delahunt [twinreverb[at]puresimplicity.net PRGNAM=bibletime -VERSION=2.9.1 +VERSION=${VERSION:-2.9.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,11 +69,11 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 cd $PRGNAM-$VERSION chown -R root:root . -find . \ - \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; +find -L . \ + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; mkdir build cd build diff --git a/academic/bibletime/bibletime.info b/academic/bibletime/bibletime.info index 3f31b1fb814..93d45cb1efa 100644 --- a/academic/bibletime/bibletime.info +++ b/academic/bibletime/bibletime.info @@ -1,8 +1,8 @@ PRGNAM="bibletime" -VERSION="2.9.1" +VERSION="2.9.2" HOMEPAGE="http://www.bibletime.info/" -DOWNLOAD="http://downloads.sourceforge.net/bibletime/bibletime-2.9.1.tar.bz2" -MD5SUM="ff89f440418f3e23c0bf039810f21479" +DOWNLOAD="http://downloads.sourceforge.net/bibletime/bibletime-2.9.2.tar.bz2" +MD5SUM="734143f3ee5deb3e0dd1639538ab0098" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="sword" |