diff options
author | Hunter Sezen <orbea@fredslev.dk> | 2018-06-19 21:36:06 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-06-23 08:44:00 +0700 |
commit | 5b111ef8d10a64ed954ae063d707bc2366cf1198 (patch) | |
tree | 40fb7e3286e3b611201bed384a934f53283c56ca /misc/esniper/esniper.SlackBuild | |
parent | 3386b54b05d1201138b5227f61bc90d6d0918f7a (diff) |
misc/esniper: Updated for version 2.35.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'misc/esniper/esniper.SlackBuild')
-rw-r--r-- | misc/esniper/esniper.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/esniper/esniper.SlackBuild b/misc/esniper/esniper.SlackBuild index 3d31829088fac..da6ef0bd44c9d 100644 --- a/misc/esniper/esniper.SlackBuild +++ b/misc/esniper/esniper.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=esniper -VERSION=${VERSION:-2.33.0} +VERSION=${VERSION:-2.35.0} SRCVER=$(printf %s "$VERSION" | tr . -) BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -87,7 +87,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \ +cp -a AUTHORS COPYING ChangeLog INSTALL README TODO \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |