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

James Rayner james at archlinux.org
Sat May 24 22:39:56 UTC 2008


    Date: Saturday, May 24, 2008 @ 18:39:55
  Author: james
Revision: 2088

upgpkg: gnupod 0.99.6-2

Modified:
  gnupod/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-05-24 20:51:21 UTC (rev 2087)
+++ PKGBUILD	2008-05-24 22:39:55 UTC (rev 2088)
@@ -3,7 +3,7 @@
 # Contributor: Tom K <tomk at runbox.com>
 pkgname=gnupod
 pkgver=0.99.6
-pkgrel=1
+pkgrel=2
 pkgdesc="a collection of Perl-Scripts which allow you to use your iPod under GNU/Linux "
 arch=(i686 x86_64)
 license=("GPL3")
@@ -16,13 +16,13 @@
   cd $startdir/src/$pkgname-$pkgver
 
   #Create pkg dirs
-  mkdir -p $startdir/pkg/usr/bin $startdir/pkg/usr/man/man1 \
-  $startdir/pkg/usr/lib/perl5/current/$CARCH-linux-thread-multi/GNUpod
+  mkdir -p $startdir/pkg/usr/bin $startdir/pkg/usr/share/man/man1 \
+  $startdir/pkg/usr/lib/perl5/vendor_perl/GNUpod
 
   #Ignore brain-dead install script, and do the Arch thing
   install -m 755 src/*.pl $startdir/pkg/usr/bin
-  install -m 644 man/* $startdir/pkg/usr/man/man1
-  install -m 444 src/ext/* $startdir/pkg/usr/lib/perl5/current/$CARCH-linux-thread-multi/GNUpod
+  install -m 644 man/* $startdir/pkg/usr/share/man/man1
+  install -m 444 src/ext/* $startdir/pkg/usr/lib/perl5/vendor_perl/GNUpod
 
   #Tidy up after ignoring brain-dead install script :P
   cd /$startdir/pkg/usr/bin
@@ -32,4 +32,5 @@
 }
 
 
+
 md5sums=('11e07a56f7c808701a9ec80ff5ceae00')





More information about the arch-commits mailing list