mirror of
https://codeberg.org/gwh/slackbuilds.git
synced 2024-11-16 19:51:19 +01:00
[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
|
||||
|
||||
# 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 \
|
||||
|
|
Loading…
Reference in a new issue