diff options
author | Larry Hajali <larryhaja@gmail.com> | 2014-05-31 15:05:45 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-05-31 15:05:45 +0700 |
commit | 032ca8d0f59f16e1d76e3727798427486091f102 (patch) | |
tree | 0f7bef83a439c85cbbee4dcc08efbb0f1511fa35 /office/texmaker/texmaker.SlackBuild | |
parent | 999cd16adec5e988bb6a146a26ec794e5445b597 (diff) | |
download | slackbuilds-032ca8d0f59f16e1d76e3727798427486091f102.tar.gz |
office/texmaker: Updated for version 4.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/texmaker/texmaker.SlackBuild')
-rw-r--r-- | office/texmaker/texmaker.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/office/texmaker/texmaker.SlackBuild b/office/texmaker/texmaker.SlackBuild index 46f4c0fb9b..07d4e9923f 100644 --- a/office/texmaker/texmaker.SlackBuild +++ b/office/texmaker/texmaker.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=texmaker -VERSION=${VERSION:-4.1.1} +VERSION=${VERSION:-4.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -97,9 +97,7 @@ install -D -m 0644 utilities/$PRGNAM.svg \ rm -rf $PKG/usr/share/pixmaps mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a \ - INSTALL utilities/{AUTHORS,*.txt,COPYING} \ - $PKG/usr/doc/$PRGNAM-$VERSION +cp -a utilities/{AUTHORS,*.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} |