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

Giovanni Scafora giovanni at archlinux.org
Fri Jan 14 22:06:10 UTC 2011


    Date: Friday, January 14, 2011 @ 17:06:10
  Author: giovanni
Revision: 106170

upgpkg: dvdrip 0.98.11-4
Fixed FS22431

Modified:
  dvdrip/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-14 21:46:12 UTC (rev 106169)
+++ PKGBUILD	2011-01-14 22:06:10 UTC (rev 106170)
@@ -4,7 +4,7 @@
 
 pkgname=dvdrip
 pkgver=0.98.11
-pkgrel=3
+pkgrel=4
 pkgdesc="A Gtk frontend for transcode writen in Perl"
 arch=('i686' 'x86_64')
 license=('custom')
@@ -22,8 +22,9 @@
 build() {
   export MAKEFLAGS="-j1"
   cd "${srcdir}/${pkgname}-${pkgver}"
-  perl Makefile.PL INSTALLSITESCRIPT=/usr/bin INSTALLSITELIB=/usr/lib/perl5/vendor_perl/ 
-  make 
+
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
 }
 
 package() {




More information about the arch-commits mailing list