[arch-commits] Commit in thunar-archive-plugin/trunk (PKGBUILD)

Daniel Griffiths dgriffiths at archlinux.org
Mon Apr 19 07:36:04 UTC 2010


    Date: Monday, April 19, 2010 @ 03:36:04
  Author: dgriffiths
Revision: 77962

Package more than a year old

Modified:
  thunar-archive-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-04-19 07:18:48 UTC (rev 77961)
+++ PKGBUILD	2010-04-19 07:36:04 UTC (rev 77962)
@@ -3,7 +3,7 @@
 
 pkgname=thunar-archive-plugin
 pkgver=0.2.4
-pkgrel=5
+pkgrel=6
 pkgdesc="create and deflate archives in thunar"
 arch=(i686 x86_64)
 license=('GPL2')
@@ -17,9 +17,9 @@
 md5sums=('4c389e6328af9322937af76382f0baec')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
     --localstatedir=/var --disable-static
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list