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

Jan de Groot jgc at archlinux.org
Sat Aug 21 15:47:34 UTC 2010


    Date: Saturday, August 21, 2010 @ 11:47:34
  Author: jgc
Revision: 88249

upgpkg: wesnoth-data 1.8.4-2
Fix install-data-am -> install-data, installs translations now

Modified:
  wesnoth-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-08-21 13:23:26 UTC (rev 88248)
+++ PKGBUILD	2010-08-21 15:47:34 UTC (rev 88249)
@@ -6,7 +6,7 @@
 
 pkgname=wesnoth-data
 pkgver=1.8.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Data files for the Wesnoth game"
 arch=('any')
 license=('GPL')
@@ -20,5 +20,5 @@
   cd "${srcdir}/wesnoth-${pkgver}"
   ./autogen.sh
   ./configure --prefix=/usr --localstatedir=/var
-  make DESTDIR="${pkgdir}" install-data-am
+  make DESTDIR="${pkgdir}" install-data
 }




More information about the arch-commits mailing list