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

Jelle van der Waa jelle at nymeria.archlinux.org
Mon Aug 19 19:08:41 UTC 2013


    Date: Monday, August 19, 2013 @ 21:08:41
  Author: jelle
Revision: 96064

upgpkg: tmwmusic 0.3-3

fix music directory

Modified:
  tmwmusic/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-19 13:45:36 UTC (rev 96063)
+++ PKGBUILD	2013-08-19 19:08:41 UTC (rev 96064)
@@ -5,7 +5,7 @@
 
 pkgname=tmwmusic
 pkgver=0.3
-pkgrel=2
+pkgrel=3
 pkgdesc="The music of The Mana World, separately packaged because of its size."
 arch=('any')
 url="http://themanaworld.org"
@@ -16,6 +16,6 @@
 
 package() {
   cd $srcdir/$pkgname-$pkgver
-  install -d $pkgdir/usr/share/tmw/data/music
-  install --mode=644 data/music/* $pkgdir/usr/share/tmw/data/music
+  install -d $pkgdir/usr/share/mana/data/music
+  install --mode=644 data/music/* $pkgdir/usr/share/mana/data/music
 }




More information about the arch-commits mailing list