diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2017-07-09 12:09:43 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-07-12 16:39:15 +0100 |
commit | 7e60e40c6841c7646339378bf99813001d1ea9ea (patch) | |
tree | 1cbb55e0e1ff886116f06fde84010a88afff21e7 /desktop/lumina/lumina.SlackBuild | |
parent | 82e3cdd792c4725a99f0bec00a050ba9484efb41 (diff) | |
download | slackbuilds-7e60e40c6841c7646339378bf99813001d1ea9ea.tar.gz |
desktop/lumina: Fixed download.
Without content disposition, it was downloading v1.3.0 instead of
v1.3.0-p1. Without content disposition, it was failing to build.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop/lumina/lumina.SlackBuild')
-rw-r--r-- | desktop/lumina/lumina.SlackBuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/desktop/lumina/lumina.SlackBuild b/desktop/lumina/lumina.SlackBuild index 3928aac43e..6814c758bb 100644 --- a/desktop/lumina/lumina.SlackBuild +++ b/desktop/lumina/lumina.SlackBuild @@ -29,7 +29,6 @@ PRGNAM=lumina VERSION=${VERSION:-1.3.0_p1} PKGVERSION=${PKGVERSION:-1.3.0-p1} -MJRVERSION=${MJRVERSION:-1.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -67,7 +66,7 @@ mkdir -pv $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$PKGVERSION tar xvf $CWD/$PRGNAM-$PKGVERSION.tar.gz -cd $PRGNAM-$MJRVERSION +cd $PRGNAM-$PKGVERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |