diff options
author | B. Watson <yalhcru@gmail.com> | 2020-01-18 15:23:40 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-26 08:09:43 +0700 |
commit | a1976902abebbd349aa3125cd47deab813020442 (patch) | |
tree | 6f8650403573609e79721a43ef88d95f7c2739aa /audio/amSynth/amSynth.SlackBuild | |
parent | 4fd9c08b1395d26eace8099245acd332ea41b783 (diff) | |
download | slackbuilds-a1976902abebbd349aa3125cd47deab813020442.tar.gz |
audio/amSynth: Migrate jack-audio-connection-kit => jack.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'audio/amSynth/amSynth.SlackBuild')
-rw-r--r-- | audio/amSynth/amSynth.SlackBuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/amSynth/amSynth.SlackBuild b/audio/amSynth/amSynth.SlackBuild index fc539c57ab..7a9abb63e0 100644 --- a/audio/amSynth/amSynth.SlackBuild +++ b/audio/amSynth/amSynth.SlackBuild @@ -28,6 +28,8 @@ VERSION=${VERSION:-1.9.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} +SRCNAM=amsynth + if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i586 ;; @@ -60,11 +62,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 -#cd $PRGNAM-$VERSION -# Since the source doesn't contain "S" ..., i'd like to rename this package for a reason -cd amsynth-$VERSION +rm -rf $SRCNAM-$VERSION +tar xvf $CWD/$SRCNAM-$VERSION.tar.bz2 +cd $SRCNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |