[x48] fixes

This commit is contained in:
Gwenhael Le Moine 2023-03-24 13:07:45 +01:00
parent 6b1efd20ea
commit dd4634c622
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -23,7 +23,7 @@ PREFIX=/usr
mkdir -p $TMP
# Cleaning
rm -fr $PRGNAM $PKG
rm -fr $TMP/$PRGNAM $PKG
# Fetching sources
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
@ -47,6 +47,7 @@ find . \
-exec chmod 644 {} \;
# Configuration
autoupdate
./autogen.sh
./configure \
--prefix=$PREFIX \