mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-26 21:59:28 +01:00
caribou: Fix build (hopefully last time).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
0385cd5e00
commit
08b2e3b3dd
1 changed files with 2 additions and 2 deletions
|
@ -65,9 +65,9 @@ set -e
|
||||||
rm -rf $PKG
|
rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-$master
|
rm -rf $PRGNAM-master
|
||||||
tar xvf $CWD/$PRGNAM-master.tar.gz
|
tar xvf $CWD/$PRGNAM-master.tar.gz
|
||||||
cd $PRGNAM-$master
|
cd $PRGNAM-master
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||||
|
|
Loading…
Reference in a new issue