mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
desktop/netwmpager: Fixed underlinking
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
4c8eea5ee2
commit
1e14cdb1c3
1 changed files with 4 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
PRGNAM=netwmpager
|
||||
VERSION=${VERSION:-1.11}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -51,7 +51,9 @@ find . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
CFLAGS="$SLKCFLAGS" ./configure --prefix=/usr
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
LDFLAGS="-lX11" \
|
||||
./configure --prefix=/usr
|
||||
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
|
|
Loading…
Reference in a new issue