diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-20 23:16:11 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 13:27:58 +0000 |
commit | a78d8d8a24f3417e0d61edcc28403cef15c052bf (patch) | |
tree | 886441ea681f12f584d1536754f4bb936173e25f /audio | |
parent | d052a106332ef7050ddcdb4a9d4d22503618f943 (diff) | |
download | slackbuilds-a78d8d8a24f3417e0d61edcc28403cef15c052bf.tar.gz |
audio/python-audiotools: Install doinst.sh.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/python-audiotools/python-audiotools.SlackBuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/python-audiotools/python-audiotools.SlackBuild b/audio/python-audiotools/python-audiotools.SlackBuild index d5c3532c25..d43b907df2 100644 --- a/audio/python-audiotools/python-audiotools.SlackBuild +++ b/audio/python-audiotools/python-audiotools.SlackBuild @@ -89,6 +89,7 @@ cp -a COPYING INSTALL TODO $PKG/usr/doc/$PRGNAM-$VERSION 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} |