mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
desktop/wmcliphist: Fixed underlinking
This commit is contained in:
parent
2c57ac0910
commit
6757465e42
1 changed files with 2 additions and 4 deletions
|
@ -6,15 +6,13 @@
|
|||
|
||||
PRGNAM=wmcliphist
|
||||
VERSION=${VERSION:-1.0}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
@ -51,7 +49,7 @@ cd $PRGNAM
|
|||
chmod -R u+w,go+r-w,a-s .
|
||||
chown -R root:root .
|
||||
|
||||
make CFLAGS="$SLKCFLAGS \$(INCLUDES)"
|
||||
make CFLAGS="$SLKCFLAGS \$(INCLUDES)" LDFLAGS="-lX11"
|
||||
mkdir -p $PKG/usr/bin
|
||||
install -m 0755 -s $PRGNAM $PKG/usr/bin/$PRGNAM
|
||||
|
||||
|
|
Loading…
Reference in a new issue