diff options
Diffstat (limited to 'development/scite/scite.SlackBuild')
-rw-r--r-- | development/scite/scite.SlackBuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/development/scite/scite.SlackBuild b/development/scite/scite.SlackBuild index 9c74cb8fabfff..8ed0643495a0a 100644 --- a/development/scite/scite.SlackBuild +++ b/development/scite/scite.SlackBuild @@ -4,12 +4,12 @@ # v2.27: Some modifications by Jens Weber <jens@tuxane.com> # v3.02: (jw) Some more changes, see README.Slackware and changelog # v3.20: (jw) little changes, see README.Slackware and changelog -# v3.23: (jw) version bump to 3.23 -# v3.24: (jw) version bump to 3.24 -# v3.3.9: (jw) version bump to 3.3.9 +# v3.2.3: (jw) version bump to 3.2.3 +# v3.2.4: (jw) version bump to 3.2.4 +# v3.4.1: (jw) version bump to 3.4.1 PRGNAM=scite -VERSION=${VERSION:-3.3.9} +VERSION=${VERSION:-3.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -73,6 +73,7 @@ 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) ; |