diff options
Diffstat (limited to 'office/texmaker/texmaker.SlackBuild')
-rw-r--r-- | office/texmaker/texmaker.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/office/texmaker/texmaker.SlackBuild b/office/texmaker/texmaker.SlackBuild index 718417bff6bb..b6d1068604b8 100644 --- a/office/texmaker/texmaker.SlackBuild +++ b/office/texmaker/texmaker.SlackBuild @@ -5,7 +5,7 @@ # Written by Larry Hajali <larryhaja[at]gmail[dot]com> PRGNAM=texmaker -VERSION=2.1 +VERSION=3.0.2 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -76,8 +76,8 @@ rm -rf $PKG/usr/share/pixmaps mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - INSTALL utilities/{AUTHORS,CHANGELOG.txt,license.txt,COPYING} \ - $PKG/usr/doc/$PRGNAM-$VERSION + INSTALL utilities/{AUTHORS,CHANGELOG.txt,COPYING} \ + $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild rm -f $PKG/usr/share/$PRGNAM/{COPYING,CHANGELOG.txt,AUTHORS} |