mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
system/TLP: Update slackbuild
This commit is contained in:
parent
9c09d2663f
commit
3e000b3991
1 changed files with 5 additions and 14 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=TLP
|
||||
VERSION=${VERSION:-0.7}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -40,19 +40,7 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
LIBDIRSUFFIX="64"
|
||||
else
|
||||
SLKCFLAGS="-O2"
|
||||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
ARCH="noarch"
|
||||
|
||||
set -e
|
||||
|
||||
|
@ -79,6 +67,9 @@ sed -i -e "s/init.d/rc.d/" Makefile
|
|||
# Fix for x86_64
|
||||
sed -i -e "s/usr\/lib/usr\/lib${LIBDIRSUFFIX}/" Makefile
|
||||
|
||||
# Correct sourcing of non-existant file
|
||||
sed -i "s|. \/lib\/lsb\/init-functions|#. \/lib\/lsb\/init-functions|" tlp.init
|
||||
|
||||
make install-tlp DESTDIR=$PKG
|
||||
|
||||
# Don't clobber configs
|
||||
|
|
Loading…
Reference in a new issue