mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
games/unnethack: Replaced backtick cmdsub.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
af001acb9d
commit
a4912d14cf
1 changed files with 3 additions and 3 deletions
|
@ -97,9 +97,9 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--localstatedir=/var \
|
||||
--mandir=/usr/man \
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--with-owner=`id -un` \
|
||||
--with-group=`id -gn` \
|
||||
--enable-wizmode=`id -un` \
|
||||
--with-owner=$( id -un ) \
|
||||
--with-group=$( id -gn ) \
|
||||
--enable-wizmode=$( id -un ) \
|
||||
--enable-curses-graphics \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
|
|
Loading…
Reference in a new issue