diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2017-08-11 20:26:06 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-12 06:57:58 +0700 |
commit | 732cd0cf41ca5e080d8201c244932d24f9d0e8bf (patch) | |
tree | 642d86b5476297f648d20ed393cac8e2d4263fc5 /audio/python-audiotools/python-audiotools.SlackBuild | |
parent | 36639e7a89817ae30013d82ec1232159a0f70476 (diff) | |
download | slackbuilds-732cd0cf41ca5e080d8201c244932d24f9d0e8bf.tar.gz |
audio/python-audiotools: Delete doinst.sh.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'audio/python-audiotools/python-audiotools.SlackBuild')
-rw-r--r-- | audio/python-audiotools/python-audiotools.SlackBuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/python-audiotools/python-audiotools.SlackBuild b/audio/python-audiotools/python-audiotools.SlackBuild index d43b907df2..d5c3532c25 100644 --- a/audio/python-audiotools/python-audiotools.SlackBuild +++ b/audio/python-audiotools/python-audiotools.SlackBuild @@ -89,7 +89,6 @@ 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} |