aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2016-05-30 00:37:03 +1000
committerJP-Ellis2016-05-30 00:37:03 +1000
commit3e852ac3703fdc731c686721810fd105bcd34168 (patch)
tree4ba38bcacdcda786cc33c167e9fd8d76ca2e78ec
parentdd7cdd3b9471a54162f04489759ceee6b70b2654 (diff)
downloadaur-3e852ac3703fdc731c686721810fd105bcd34168.tar.gz
Use `make clean`.
Instead of finding and deleting `.o` files. Also minor change to README. Signed-off-by: JP-Ellis <josh@jpellis.me>
-rw-r--r--PKGBUILD2
-rw-r--r--README.org2
2 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4af726531599..6d2898ce9264 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ sha256sums=('bdf26c4605927007b08f41eae12f218e2053297cfda518eb0e865af289e54ffc')
build () {
cd "${srcdir}/MadAnalysis"
make
- find . -type f -name "*.o" | xargs rm -f
+ make clean
}
package() {
diff --git a/README.org b/README.org
index 4d5b3f333acd..6f4e0765c21d 100644
--- a/README.org
+++ b/README.org
@@ -1,3 +1,3 @@
-#+TITLE: madgraph-madanalysis [[https://aur.archlinux.org/packages/madgraph/][https://img.shields.io/aur/version/madgraph-madanalysis.svg]]
+#+TITLE: madgraph-madanalysis [[https://aur.archlinux.org/packages/madgraph-madanalysis/][https://img.shields.io/aur/version/madgraph-madanalysis.svg]]
MadGraph MadAnalysis bundled for installation on Arch Linux.