diff options
author | B. Watson <yalhcru@gmail.com> | 2020-01-03 14:04:37 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-12 08:47:34 +0700 |
commit | bf372774148d080bd5e74fe0f6d97785736faba3 (patch) | |
tree | 54b7971ac0ba1f9a4971661e4adf1bf6123c27d2 /network/SpiderOakONE/SpiderOakONE.SlackBuild | |
parent | f32d48805b1a8e80a117850817044543dee7153a (diff) |
network/SpiderOakONE: Actually install slack-desc.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/SpiderOakONE/SpiderOakONE.SlackBuild')
-rw-r--r-- | network/SpiderOakONE/SpiderOakONE.SlackBuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/network/SpiderOakONE/SpiderOakONE.SlackBuild b/network/SpiderOakONE/SpiderOakONE.SlackBuild index d26c38d6a042..01fe307a85b5 100644 --- a/network/SpiderOakONE/SpiderOakONE.SlackBuild +++ b/network/SpiderOakONE/SpiderOakONE.SlackBuild @@ -54,5 +54,8 @@ mv $PKG/usr/share/doc/SpiderOakONE/* $PKG/usr/doc/$PRGNAM-$VERSION rm -rf $PKG/usr/share/doc/ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild +mkdir -p $PKG/install +cat $CWD/slack-desc > $PKG/install/slack-desc + cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-${VERSION}-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} |