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