mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
development/bacon: 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
56c2ad2263
commit
a4ef714c9f
1 changed files with 2 additions and 2 deletions
|
@ -109,8 +109,8 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
# support parallelism wouldn't actually speed it up noticeably.
|
||||
# The fakehome stuff is to keep it from creating or reading a
|
||||
# /root/.bacon/bacon.cfg file (we don't want to write outside of $TMP).
|
||||
mkdir -p `pwd`/fakehome
|
||||
HOME=`pwd`/fakehome make -j1 $GUI
|
||||
mkdir -p $( pwd )/fakehome
|
||||
HOME=$( pwd )/fakehome make -j1 $GUI
|
||||
make -j1 install DESTDIR=$PKG $GUI
|
||||
|
||||
gzip -9 $PKG/usr/man/man*/*
|
||||
|
|
Loading…
Reference in a new issue