summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoralex2017-09-16 11:06:45 -0400
committeralex2017-09-16 11:06:45 -0400
commit015c87a394f34ed9e0495071834159861ee4f7b2 (patch)
treebc8f0171f300fe0620c3f8a34dcaf7ef0f63db0e /PKGBUILD
parent3c564cfe2c793ba35636f43f9d8899af7e27567b (diff)
downloadaur-015c87a394f34ed9e0495071834159861ee4f7b2.tar.gz
Mixbus Version 4.2.74
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3b8c1b347d22..ba7fa92ec3f9 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ license=('EULA, GPLv2')
depends=('glibc' 'xorg-server')
provides=('mixbus4')
conflicts=('mixbus4')
-source=("Mixbus-$pkgver-$(uname -m)-gcc5.run"
+source=("Mixbus-$pkgver-$(uname -m)-gcc5.tar"
"mixbus4.png"
#"license_key_harrison_mixbus4.txt"
)
@@ -31,14 +31,11 @@ cd $srcdir
echo "Preparing Installation..."
echo "Unpacking Installer..."
+tar -xf Mixbus-$pkgver-$(uname -m)-gcc5.tar
./Mixbus-$pkgver-$(uname -m)-gcc5.run --tar xf
find . ! -name "Mixbus_$(uname -m)-$pkgver.tar" -type f -exec rm -f {} +
tar -xf Mixbus_$(uname -m)-$pkgver.tar
-# Remove installation medium
-echo "Cleaning Up..."
-rm Mixbus_$(uname -m)-$pkgver.tar
-
## Check for the license file
if [ ! -L license_key_harrison_mixbus4.txt ];
then echo "PLEASE OBTAIN A LICENSE FROM $url!!"