summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2017-03-31 19:31:47 +0200
committerMichel Zou2017-03-31 19:31:47 +0200
commitcf0eb1ae01947858865fc4331873ea9fca9a9a67 (patch)
treed046cbc761461d3933c0e6d9e017c0c77d3cd7fb /PKGBUILD
parent1490ff94bfd4117fbffba1ded000cb77eb791055 (diff)
downloadaur-cf0eb1ae01947858865fc4331873ea9fca9a9a67.tar.gz
fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f1b44fb7002..3e00ec8c28c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -36,9 +36,8 @@ build() {
}
package() {
- cd "$srcdir"/tbb-${_pkgver}
for _arch in ${_architectures}; do
- cd "$srcdir"/tbb${pkgver/\./}oss/build-${_arch}
+ cd "$srcdir"/tbb-${_pkgver}/build-${_arch}
make install DESTDIR="${pkgdir}"
${_arch}-strip --strip-unneeded "$pkgdir"/usr/${_arch}/bin/*.dll
${_arch}-strip -g "$pkgdir"/usr/${_arch}/lib/*.a