mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/Eterm: Updated for version 0.9.4
This commit is contained in:
parent
4bed2c3733
commit
91ba3afda8
1 changed files with 1 additions and 4 deletions
|
@ -33,9 +33,6 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
# Parallel compilation support
|
||||
JOBS=${JOBS:-1}
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
|
@ -78,7 +75,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--with-pty-group=tty \
|
||||
--enable-static=no
|
||||
|
||||
make -j${JOBS}
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
# Let's add a compatibility/sensible symlink
|
||||
|
|
Loading…
Reference in a new issue