[arch-commits] Commit in sage-data-graphs/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Oct 22 08:54:49 UTC 2016
Date: Saturday, October 22, 2016 @ 08:54:48
Author: arojas
Revision: 192956
Move files to the new expected location
Modified:
sage-data-graphs/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-22 04:08:50 UTC (rev 192955)
+++ PKGBUILD 2016-10-22 08:54:48 UTC (rev 192956)
@@ -4,7 +4,7 @@
_dbname=graphs
pkgname=sage-data-$_dbname
pkgver=20151224
-pkgrel=1
+pkgrel=2
pkgdesc="A database of graphs for Sage"
arch=(any)
url="http://www.sagemath.org"
@@ -17,6 +17,6 @@
package() {
cd $_dbname-$pkgver
- mkdir -p "$pkgdir"/usr/share/sage/$_dbname
- install -m644 * "$pkgdir"/usr/share/sage/$_dbname
+ mkdir -p "$pkgdir"/usr/share/$_dbname
+ install -m644 * "$pkgdir"/usr/share/$_dbname
}
More information about the arch-commits
mailing list