mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
system/st: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ddcc2b944b
commit
15a9fc0848
1 changed files with 3 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=st
|
||||
VERSION=${VERSION:-0.8.1}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -78,6 +78,8 @@ done
|
|||
# Remove "tic" line from Makefile - we cannot do this here!
|
||||
sed -i "/^\t@tic/d" Makefile
|
||||
|
||||
[ -f "$CWD/config.h" ] && cp -f $CWD/config.h config.h
|
||||
|
||||
CFLAGS="$SLKCFLAGS" make && \
|
||||
make install \
|
||||
PREFIX=/usr \
|
||||
|
|
Loading…
Reference in a new issue