diff options
author | Ozan Türkyılmaz <ozan.turkyilmaz@gmail.com> | 2018-08-20 15:59:06 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-08-20 15:59:36 +0100 |
commit | b0034d27b9dd0c8f8c84235c83448b02c677af40 (patch) | |
tree | c39d2ddc82ec52b6885a4f098f06652e0087d34d | |
parent | adf256d922f9996a68f4f42c3be0c0805b770fe3 (diff) | |
download | slackbuilds-b0034d27b9dd0c8f8c84235c83448b02c677af40.tar.gz |
games/fortune-ASR: Fixed typo.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | games/fortune-ASR/fortune-ASR.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/fortune-ASR/fortune-ASR.SlackBuild b/games/fortune-ASR/fortune-ASR.SlackBuild index 5bb045294f..62c2c22290 100644 --- a/games/fortune-ASR/fortune-ASR.SlackBuild +++ b/games/fortune-ASR/fortune-ASR.SlackBuild @@ -26,7 +26,7 @@ PRGNAM=fortune-ASR VERSION=${VERSION:-1.0.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} # It is not arch spesific. @@ -53,9 +53,9 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -mkdir -p $PKG/usr/share/games/fortune -cp $PRGNAM $PKG/usr/share/games/fortune -cp $PRGNAM.dat $PKG/usr/share/games/fortune +mkdir -p $PKG/usr/share/games/fortunes +cp $PRGNAM $PKG/usr/share/games/fortunes +cp $PRGNAM.dat $PKG/usr/share/games/fortunes mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |