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

Antonio Rojas arojas at archlinux.org
Sun Jan 1 17:52:05 UTC 2017


    Date: Sunday, January 1, 2017 @ 17:52:04
  Author: arojas
Revision: 204120

Install to the new expected location

Modified:
  mustache-d/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-01 17:40:17 UTC (rev 204119)
+++ PKGBUILD	2017-01-01 17:52:04 UTC (rev 204120)
@@ -3,7 +3,7 @@
 
 pkgname=mustache-d
 pkgver=0.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Moustache template engine for D"
 arch=(any)
 url="https://github.com/repeatedly/mustache-d"
@@ -16,6 +16,6 @@
 
 package() {
   cd $pkgname-$pkgver
-  install -Dm644 src/mustache.d "$pkgdir"/usr/include/d/mustache-d/src/mustache.d
+  install -Dm644 src/mustache.d "$pkgdir"/usr/include/d/mustache-d/mustache.d
   install -Dm644 "$srcdir"/LICENSE_1_0.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }



More information about the arch-commits mailing list