mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
graphics/luminance-hdr: Fix build for new upstream tarball.
This commit is contained in:
parent
20c223631b
commit
3812296466
1 changed files with 2 additions and 3 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=luminance-hdr
|
||||
VERSION=${VERSION:-2.3.1}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -59,9 +59,8 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf ${PRGNAM}-${VERSION}
|
||||
mkdir ${PRGNAM}-${VERSION}
|
||||
cd ${PRGNAM}-${VERSION}
|
||||
tar xvf $CWD/${PRGNAM}-${VERSION}.tar.bz2
|
||||
cd ${PRGNAM}-${VERSION}
|
||||
chown -R root:root .
|
||||
chmod -R u+w,go+r-w,a-s .
|
||||
|
||||
|
|
Loading…
Reference in a new issue