diff options
Diffstat (limited to 'network/SpiderOakONE')
-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 d26c38d6a0424..01fe307a85b54 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} |