summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author B. Watson2020-01-03 20:04:37 +0100
committer Willy Sudiarto Raharjo2020-01-12 02:47:34 +0100
commitbf372774148d080bd5e74fe0f6d97785736faba3 (patch)
tree54b7971ac0ba1f9a4971661e4adf1bf6123c27d2 /network
parentf32d48805b1a8e80a117850817044543dee7153a (diff)
downloadslackbuilds-bf372774148d080bd5e74fe0f6d97785736faba3.tar.gz
network/SpiderOakONE: Actually install slack-desc.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network')
-rw-r--r--network/SpiderOakONE/SpiderOakONE.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/network/SpiderOakONE/SpiderOakONE.SlackBuild b/network/SpiderOakONE/SpiderOakONE.SlackBuild
index d26c38d6a0..01fe307a85 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}