clutter: Update source.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2022-08-16 13:05:17 +07:00
parent a1a46ea90c
commit 5b422106e1
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -35,7 +35,7 @@ if [ -z "$ARCH" ]; then
esac
fi
wget -c https://github.com/GNOME/clutter/archive/$VERSION/$PRGNAM-$VERSION.tar.gz
wget -c https://download.gnome.org/sources/$PRGNAM/1.26/$PRGNAM-$VERSION.tar.xz
CWD=$(pwd)
TMP=${TMP:-/tmp/csb}
@ -65,7 +65,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \