diff options
author | Didier Charles <dcharles@alumni.concordia.ca> | 2014-08-18 18:31:07 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-19 16:39:22 +0700 |
commit | 452b418bd23d42b0370ce97e9ab7e5c0ad1807e6 (patch) | |
tree | 2465fbc7eaff9f991bde5a961eb3cd90670540bc /desktop/maitreya/maitreya.SlackBuild | |
parent | f8a5728a77bf9d2c70a21bc2b8eb4cf2c95c3fcf (diff) | |
download | slackbuilds-452b418bd23d42b0370ce97e9ab7e5c0ad1807e6.tar.gz |
desktop/maitreya: Updated for version 7.0.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/maitreya/maitreya.SlackBuild')
-rw-r--r-- | desktop/maitreya/maitreya.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/desktop/maitreya/maitreya.SlackBuild b/desktop/maitreya/maitreya.SlackBuild index 3f6c5a6583..4132aa832f 100644 --- a/desktop/maitreya/maitreya.SlackBuild +++ b/desktop/maitreya/maitreya.SlackBuild @@ -9,7 +9,7 @@ # http://slackbuilds.org/templates/ PRGNAM=maitreya -VERSION=6.0.5 +VERSION=${VERSION:-7.0.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -50,13 +50,13 @@ 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 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ - --libdir=/usr/lib$LIBDIRSUFFIX \ + --libdir=/usr/lib${LIBDIRSUFFIX} \ --build=$ARCH-slackware-linux make \ @@ -68,7 +68,7 @@ make install \ fontdir=/usr/share/fonts/TTF \ DESTDIR=$PKG -( cd $PKG/usr/share/maitreya6/fonts/ +( cd $PKG/usr/share/maitreya7/fonts/ rm -f MaitreyaSymbols6.ttf ln -s ../../fonts/TTF/MaitreyaSymbols6.ttf ) |