desktop/hsetroot: Fixed underlinking.

Thanks to lnxslck and pink_mist on irc

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2014-08-26 18:47:22 +02:00 committed by Willy Sudiarto Raharjo
parent d90af184de
commit 186744d36e

View file

@ -26,7 +26,7 @@
PRGNAM=hsetroot
VERSION=${VERSION:-1.0.2}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -71,6 +71,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
LDFLAGS="-lX11" \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \