diff options
-rw-r--r-- | games/frozen-bubble/frozen-bubble.SlackBuild | 4 | ||||
-rw-r--r-- | games/frozen-bubble/slack-desc | 10 |
2 files changed, 11 insertions, 3 deletions
diff --git a/games/frozen-bubble/frozen-bubble.SlackBuild b/games/frozen-bubble/frozen-bubble.SlackBuild index 40cdcdf97b..da9e3c5855 100644 --- a/games/frozen-bubble/frozen-bubble.SlackBuild +++ b/games/frozen-bubble/frozen-bubble.SlackBuild @@ -11,7 +11,7 @@ VERSION=2.1.0 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -CWD=`pwd` +CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} @@ -48,7 +48,7 @@ mv $PKG/usr/share/man $PKG/usr/man ( cd $PKG/usr/man find . -type f -exec chmod 644 {} \; find . -type f -exec gzip -9 {} \; - for i in `find . -type l` ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done + for i in $(find . -type l); do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done ) ( cd $PKG diff --git a/games/frozen-bubble/slack-desc b/games/frozen-bubble/slack-desc index 559c730d3e..44e86337e4 100644 --- a/games/frozen-bubble/slack-desc +++ b/games/frozen-bubble/slack-desc @@ -1,4 +1,12 @@ -frozen-bubble: Frozen Bubble - More than ever, you really need this game. +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +frozen-bubble: Frozen Bubble (an SDL game) frozen-bubble: frozen-bubble: Frozen Bubble has colorful 3D rendered penguin animations, frozen-bubble: 100 levels of 1p game, hours and hours of 2p game, nights and |