diff options
-rw-r--r-- | development/bacon/bacon.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/bacon/bacon.SlackBuild b/development/bacon/bacon.SlackBuild index 1cdbe578b040a..904c4302e04c0 100644 --- a/development/bacon/bacon.SlackBuild +++ b/development/bacon/bacon.SlackBuild @@ -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*/* |