summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexei Colin2017-06-23 00:41:06 -0400
committerAlexei Colin2017-06-23 00:41:06 -0400
commite6d316f08d5eb7fab3b56f01e4dc297f0b557bc4 (patch)
treee4a05cc05c39ff194598caa1a2303d82836668d9
parentb9e4a8ea3b8d68e92983be2d1ce28db247832580 (diff)
downloadaur-e6d316f08d5eb7fab3b56f01e4dc297f0b557bc4.tar.gz
add install script to PKGBUILD
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 78d171135b12..fbe5f1afa23b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -39,6 +39,8 @@ source=('http://software-dl.ti.com/ccs/esd/CCSv7/CCS_7_2_0/exports/${_archive}.t
md5sums=('7c89745cd4f7067f9ba7b8851b4db0cf'
'cf7222e486f8f1d2a0f99d3d946e1f01')
+install=$pkgname.install
+
options=(!strip libtool staticlibs emptydirs !purge !zipman)
_desktop="Code Composer Studio 7.2.0.desktop"
@@ -48,7 +50,7 @@ _installdir=installdir
_installpath=$_installdir/$_destdir/$pkgname
build() {
- cd $srcdir/${_archive}
+ cd $srcdir/${_archive}
echo ">>> Executing installer. You can monitor progress with:"
echo ">>> tail -f ${srcdir}/${_installpath}/ccsv7/install_logs/*/ccs_setup_${pkgver}_install.log"