diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-12 11:40:21 +1300 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-12 12:01:21 +1300 |
commit | 884389209cc4a3849a7b2598519e0d33aa00081c (patch) | |
tree | dc251e247b8dfb943b3427ac0d36513f83edcb65 /audio/drumstick | |
parent | 63d73054e1a19eadef781078381b2fb970ef047c (diff) | |
download | slackbuilds-884389209cc4a3849a7b2598519e0d33aa00081c.tar.gz |
audio/drumstick: Install doinst.sh.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'audio/drumstick')
-rw-r--r-- | audio/drumstick/drumstick.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/drumstick/drumstick.SlackBuild b/audio/drumstick/drumstick.SlackBuild index 7bba63cef4..8d25aa95be 100644 --- a/audio/drumstick/drumstick.SlackBuild +++ b/audio/drumstick/drumstick.SlackBuild @@ -34,7 +34,6 @@ if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i586 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -106,6 +105,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 |