diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-11 17:44:25 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:37:01 +0700 |
commit | c76fbe447633e414d085bb1695b581da26f5dcaa (patch) | |
tree | b0b6c91bb66a19d9c209644bd75a7d3c24820b75 /ham/ax25-tools/ax25-tools.SlackBuild | |
parent | 27e9a491bf1e0ba72cf324a1a69530abec9861e6 (diff) | |
download | slackbuilds-c76fbe447633e414d085bb1695b581da26f5dcaa.tar.gz |
ham/ax25-tools: Fix README, .info, doinst.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ham/ax25-tools/ax25-tools.SlackBuild')
-rw-r--r-- | ham/ax25-tools/ax25-tools.SlackBuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ham/ax25-tools/ax25-tools.SlackBuild b/ham/ax25-tools/ax25-tools.SlackBuild index a9e304b6e1..0689f57a12 100644 --- a/ham/ax25-tools/ax25-tools.SlackBuild +++ b/ham/ax25-tools/ax25-tools.SlackBuild @@ -107,6 +107,7 @@ mv $PKG/etc/ax25/axspawn.conf $PKG/etc/ax25/axspawn.conf.new 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} |