diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2023-05-26 20:40:19 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-27 08:08:53 +0700 |
commit | 5a6e327dcf49237c7d28c51e71615ac96cd3e5f0 (patch) | |
tree | 721215d7209d61ec08a1ad3a357c159312ddbb74 /office/mtp2-fonts/mtp2-fonts.SlackBuild | |
parent | d91f8b90e6435bcf7af5f5061939c586abfee648 (diff) |
office/mtp2-fonts: Updated for version 2.1a.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/mtp2-fonts/mtp2-fonts.SlackBuild')
-rw-r--r-- | office/mtp2-fonts/mtp2-fonts.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/office/mtp2-fonts/mtp2-fonts.SlackBuild b/office/mtp2-fonts/mtp2-fonts.SlackBuild index 407fb2b8a8a9d..ee6881fb9af95 100644 --- a/office/mtp2-fonts/mtp2-fonts.SlackBuild +++ b/office/mtp2-fonts/mtp2-fonts.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for mtp2-fonts -# Copyright 2017-2022, Alexander Verbovetsky, Moscow, Russia +# Copyright 2017-2023, Alexander Verbovetsky, Moscow, Russia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -82,8 +82,6 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc -cat $CWD/doinst.sh > $PKG/install/doinst.sh -cat $CWD/douninst.sh > $PKG/install/douninst.sh cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE |