diff options
Diffstat (limited to 'system/Eterm')
-rw-r--r-- | system/Eterm/Eterm.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/system/Eterm/Eterm.SlackBuild b/system/Eterm/Eterm.SlackBuild index 113a9c45e37d..c473d352d3b7 100644 --- a/system/Eterm/Eterm.SlackBuild +++ b/system/Eterm/Eterm.SlackBuild @@ -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 |