diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-21 15:23:41 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 13:29:17 +0000 |
commit | 177639392d490b00df7ba4e56c6d154770a81640 (patch) | |
tree | 63d62a4e6fe215d2d325de33b3b49640115b5d7b /office/texmacs | |
parent | 4ad9d16489b92e468c151c782a6d9cde3e551efc (diff) |
office/texmacs: Install doinst.sh.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'office/texmacs')
-rw-r--r-- | office/texmacs/doinst.sh | 1 | ||||
-rw-r--r-- | office/texmacs/texmacs.SlackBuild | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/office/texmacs/doinst.sh b/office/texmacs/doinst.sh index 0fb9c8b6867f..aea0f894eb32 100644 --- a/office/texmacs/doinst.sh +++ b/office/texmacs/doinst.sh @@ -11,4 +11,3 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1 fi fi - diff --git a/office/texmacs/texmacs.SlackBuild b/office/texmacs/texmacs.SlackBuild index 8d609cd9d1e4..8c90dde9596b 100644 --- a/office/texmacs/texmacs.SlackBuild +++ b/office/texmacs/texmacs.SlackBuild @@ -111,6 +111,7 @@ 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 cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} |