[x48] fixes
This commit is contained in:
parent
6b1efd20ea
commit
dd4634c622
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,7 @@ PREFIX=/usr
|
||||||
mkdir -p $TMP
|
mkdir -p $TMP
|
||||||
|
|
||||||
# Cleaning
|
# Cleaning
|
||||||
rm -fr $PRGNAM $PKG
|
rm -fr $TMP/$PRGNAM $PKG
|
||||||
|
|
||||||
# Fetching sources
|
# Fetching sources
|
||||||
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
|
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
|
||||||
|
@ -47,6 +47,7 @@ find . \
|
||||||
-exec chmod 644 {} \;
|
-exec chmod 644 {} \;
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
|
autoupdate
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=$PREFIX \
|
--prefix=$PREFIX \
|
||||||
|
|
Loading…
Reference in a new issue