desktop/wmcliphist: Fixed underlinking

This commit is contained in:
dsomero 2012-09-18 06:55:00 -04:00 committed by Robby Workman
parent 2c57ac0910
commit 6757465e42

View file

@ -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