diff options
Diffstat (limited to 'source/x/xdg-utils/xdg-utils.SlackBuild')
-rwxr-xr-x | source/x/xdg-utils/xdg-utils.SlackBuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/source/x/xdg-utils/xdg-utils.SlackBuild b/source/x/xdg-utils/xdg-utils.SlackBuild index eabc7260..43dd6145 100755 --- a/source/x/xdg-utils/xdg-utils.SlackBuild +++ b/source/x/xdg-utils/xdg-utils.SlackBuild @@ -26,9 +26,9 @@ PKGNAM=xdg-utils -VERSION=1.1.0-rc1 +VERSION=1.1.1 ARCH=noarch -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} PKG_VERSION=${VERSION/-/_} @@ -44,11 +44,9 @@ mkdir -p $TMP $PKG cd $TMP || exit 1 rm -rf $PKGNAM-$VERSION -tar xvf $CWD/$PKGNAM-$VERSION.tar.bz2 || exit 1 +tar xvf $CWD/$PKGNAM-$VERSION.tar.xz || exit 1 cd $PKGNAM-$VERSION || exit 1 -zcat $CWD/xdg-utils.mate.diff.gz | patch -p1 --verbose || exit 1 - chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ @@ -60,6 +58,7 @@ find . \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ + --mandir=/usr/man \ || exit 1 make $NUMJOBS || make || exit 1 |