diff options
Diffstat (limited to 'development/scite/scite.SlackBuild')
-rw-r--r-- | development/scite/scite.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/scite/scite.SlackBuild b/development/scite/scite.SlackBuild index 27667a3d69..1596cfdd7c 100644 --- a/development/scite/scite.SlackBuild +++ b/development/scite/scite.SlackBuild @@ -7,10 +7,11 @@ # v3.23: (jw) version bump to 3.23 # v3.24: (jw) version bump to 3.24 # v3.41: (jw) version bump to 3.41 -# v3.52: (jw) version bump to 3.52 2014-12-04 +# v3.52: (jw) version bump to 3.52 +# v3.54: (jw) version bump to 3.54 PRGNAM=scite -VERSION=${VERSION:-3.52} +VERSION=${VERSION:-3.54} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -74,7 +75,6 @@ cat $CWD/config/SciTEUser.properties.new >> $PKG/usr/doc/$PRGNAM-$VERSION/SciTEU cat $CWD/config/changelog >> $PKG/usr/doc/$PRGNAM-$VERSION/changelog cat $CWD/config/README.Slackware >> $PKG/usr/doc/$PRGNAM-$VERSION/README.Slackware - for i in $PKG/usr/share/scite/*.html $PKG/usr/share/scite/*.png ; do ln -s /usr/share/scite/$(basename $i) \ $PKG/usr/doc/$PRGNAM-$VERSION/html/$(basename $i) ; |