summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFelix Esch2015-06-26 01:17:00 +0200
committerFelix Esch2015-06-26 01:17:00 +0200
commit94c64e59660157a563d480bdb2c90b1eefdda276 (patch)
tree644d7bf2f1fb92c96e73b0731c5caf9896e977bf /PKGBUILD
parent17dcf57f20d43051155f3c369f1429b9be5c92f1 (diff)
downloadaur-94c64e59660157a563d480bdb2c90b1eefdda276.tar.gz
Fix: Service file should now be not a link
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 01a9513719c6..0351147b1896 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _basepkgname=mathoid
pkgname=mediawiki-$_basepkgname-git
pkgver=0.2.4.r1713.g1706720
-pkgrel=2
+pkgrel=3
pkgdesc="Service for creating MathMl and SVGs."
install="mediawiki-mathoid.install"
source=("git+https://gerrit.wikimedia.org/r/mediawiki/services/$_basepkgname"
@@ -35,7 +35,7 @@ package() {
mkdir -p "$_extdir" "$pkgdir/usr/lib/systemd/system"
mv $_basepkgname "$_extdir/"
rm -r $_extdir/$_basepkgname/.git
- cp -a mathoid.service "$pkgdir/usr/lib/systemd/system/mathoid.service"
+ cp mathoid.service "$pkgdir/usr/lib/systemd/system/mathoid.service"
}
build() {