diff options
author | Grey Christoforo | 2016-01-30 13:47:53 +0000 |
---|---|---|
committer | Grey Christoforo | 2016-01-30 13:47:53 +0000 |
commit | 33a461dea00d051ca52f6050bc425806f71f32f6 (patch) | |
tree | a23c6315810aaed33d61386a8a531c6a59be0543 | |
parent | 30f0645daf9eb33167810eb846b84ec4373fb2ae (diff) | |
download | aur-33a461dea00d051ca52f6050bc425806f71f32f6.tar.gz |
do a make clean and put the package in opt
-rw-r--r-- | PKGBUILD | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -12,6 +12,11 @@ license=('GPL3') source=("https://github.com/BenLangmead/${pkgname}/archive/v${pkgver}.tar.gz") md5sums=('9e5d10dff2424177e8051092ff502bb6') +prepare() { + cd "${srcdir}/${pkgname}-${pkgver}" + make clean +} + build() { cd "${srcdir}/${pkgname}-${pkgver}" if pacman -Q intel-tbb > /dev/null 2>/dev/null; then |