diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2011-05-08 22:36:55 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-05-08 22:36:55 -0500 |
commit | e9a3ad2b957fabdb1c162662d0e29109e97571c8 (patch) | |
tree | 79ee79af5d15f335944ea996e70c17ecb1ebd08e /office/texmaker/texmaker.SlackBuild | |
parent | 403816546c63688106f9df673ec36988fa400741 (diff) | |
download | slackbuilds-e9a3ad2b957fabdb1c162662d0e29109e97571c8.tar.gz |
office/texmaker: Updated for version 3.0.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
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 718417bff6..b6d1068604 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} |