Date: Thursday, August 24, 2017 @ 14:17:50
  Author: foutrelis
Revision: 303467

Keep empty core_perl directory

Lots of packages have this empty directory and the removal command would
need to be adjusted due to the change to versioned binary Perl modules.

Modified:
  perl-dbd-sqlite/trunk/PKGBUILD

----------+
 PKGBUILD |    2 --
 1 file changed, 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-08-24 13:53:18 UTC (rev 303466)
+++ PKGBUILD    2017-08-24 14:17:50 UTC (rev 303467)
@@ -27,8 +27,6 @@
   cd DBD-SQLite-${pkgver}
   make install DESTDIR="${pkgdir}"
 
-  rm -r "$pkgdir/usr/lib/perl5/core_perl"
-
 # template start; name=perl-binary-module-dependency; version=1;
 if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
        _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')

Reply via email to