summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTEL.RED2015-06-17 23:20:34 +0300
committerTEL.RED2015-06-17 23:20:34 +0300
commit36faf2f3d424d196e803dd8dc4c05437fe633a02 (patch)
tree1167719c1f96933cdf2d9ce12bf35efb3ab880c2
parentc5066adc453d0a2e6483bc9821e81b4f40754d8e (diff)
downloadaur-36faf2f3d424d196e803dd8dc4c05437fe633a02.tar.gz
updated rpath clean up in bundled ELFs
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a9ce818f8b4..73124cef480f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sky
pkgdesc = Lync & Skype for business on Linux
pkgver = 2.0.355
- pkgrel = 1
+ pkgrel = 2
url = http://tel.red
install = sky.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index b6ce5c2b0b0e..8df582066c3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=sky
pkgver=2.0.355
-pkgrel=1
+pkgrel=2
pkgdesc="Lync & Skype for business on Linux"
arch=(
@@ -46,7 +46,8 @@ package() {
libicutu libicuuc libicui18n libicuio"
# fix broken rpaths of bundled icu libs
- for lib in ${icu_libs}; do
+ chrpath -d "${srcdir}"/opt/sky_linux/sky
+ for lib in libsipw ${icu_libs}; do
chrpath -d "${srcdir}"/opt/sky_linux/lib/${lib}.so*
done