[arch-commits] Commit in xfconf/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Thu Aug 24 15:19:20 UTC 2017


    Date: Thursday, August 24, 2017 @ 15:19:20
  Author: foutrelis
Revision: 303489

Make Xfconf.so RPATH removal path-agnostic

Modified:
  xfconf/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-24 15:13:32 UTC (rev 303488)
+++ PKGBUILD	2017-08-24 15:19:20 UTC (rev 303489)
@@ -38,7 +38,7 @@
   make DESTDIR="$pkgdir" install
 
   # Fix insecure rpath, http://bugs.archlinux.org/task/19980
-  chrpath -d "$pkgdir/usr/lib/perl5/vendor_perl/auto/Xfce4/Xfconf/Xfconf.so"
+  find "$pkgdir" -name Xfconf.so -exec chrpath -d {} +
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list