aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2017-02-09 18:54:38 +1100
committerJP-Ellis2017-02-09 19:00:13 +1100
commitf6a22c8cfa06cbfeddb72dd5a048075697efb67a (patch)
tree99809f81b50ecd17262b9d254921f97dac3bacc2
parent0eb094cd065df90a1b1561c6526db06af58895b9 (diff)
downloadaur-f6a22c8cfa06cbfeddb72dd5a048075697efb67a.tar.gz
Move examples into /usr/share/Delphes
Signed-off-by: JP-Ellis <josh@jpellis.me>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf2a4928e694..a50ef8d4faa4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Jan 27 10:56:04 UTC 2017
+# Thu Feb 9 08:00:07 UTC 2017
pkgbase = delphes
pkgdesc = A framework for fast simulation of a generic collider experiment
pkgver = 3.4.0
- pkgrel = 3
+ pkgrel = 4
url = http://cp3.irmp.ucl.ac.be/projects/delphes
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index c8b2310d90ec..cb42eef734ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=delphes
pkgver=3.4.0
-pkgrel=3
+pkgrel=4
pkgdesc="A framework for fast simulation of a generic collider experiment"
url="http://cp3.irmp.ucl.ac.be/projects/delphes"
arch=('i686' 'x86_64')
@@ -31,6 +31,10 @@ build() {
package() {
make install
+
+ msg2 "Moving examples"
+ mkdir -p "${pkgdir}/usr/share/Delphes"
+ mv "${pkgdir}/usr/examples" "${pkgdir}/usr/share/Delphes/"
}
# Local Variables: