summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXianwen Chen2017-02-20 16:05:12 +0000
committerXianwen Chen2017-02-20 16:05:12 +0000
commitdf51cda6cd58487ed6e6d6a72a48cc1400daefdb (patch)
tree019dc67ba87163da159dfcaee84cc1b21818c716
parente0ede6a1869df00ef3078e836d93234680cb4d5a (diff)
downloadaur-df51cda6cd58487ed6e6d6a72a48cc1400daefdb.tar.gz
Revised
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0ebf98b92402..4a1dbd59a42f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=geoda
pkgver=1.8.12
-pkgrel=11
+pkgrel=12
pkgdesc='GeoDa is an Exploratory (Spatial) Data Analysis and Spatial Regression software, for spatial data analysis including spatial econometrics.'
arch=('x86_64')
license=('custom:free_for_non_commercial_use')
@@ -21,11 +21,12 @@ package()
find . -type d -exec chmod 755 {} \;
- sed 's/$GEODA_HOME\/gdaldata/$HOME\/gdaldata/' <usr/bin/run_geoda.sh > usr/bin/geoda-2
- sed '/chmod/d' <usr/bin/geoda-2 > usr/bin/geoda
+# sed 's/$GEODA_HOME\/gdaldata/$HOME\/gdaldata/' <usr/bin/run_geoda.sh > usr/bin/geoda-2
+# sed '/chmod/d' <usr/bin/geoda-2 > usr/bin/geoda
+ mv usr/bin/run_geoda.sh geoda
chmod +x usr/bin/geoda
- rm usr/bin/run_geoda.sh
- rm usr/bin/geoda-2
+# rm usr/bin/run_geoda.sh
+# rm usr/bin/geoda-2
install -d $pkgdir/usr
rsync -aPv usr/ $pkgdir/usr