summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2019-12-25 23:09:34 +0100
committerhaawda2019-12-25 23:09:34 +0100
commit9002a457a7437c2c790fe84882f01bda9f0148a6 (patch)
tree77da247f520158e519102e3c01c5a4548e32783a /PKGBUILD
parentc656992784d8d006f12d438f528b685bf1b45904 (diff)
downloadaur-9002a457a7437c2c790fe84882f01bda9f0148a6.tar.gz
It is Makefile.in to be changed, not Makefile
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d551af4bf6f8..7c0ac6aa4ea1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=('jed-snapshot' 'rgrep')
pkgver=0.99.20.137
_pkgver=0.99.20-137
_pkgname=${pkgname/-snapshot/}
-pkgrel=2
+pkgrel=3
pkgdesc="A freely available text editor - Latest development version"
arch=('i686' 'x86_64')
url="http://www.jedsoft.org/snapshots/"
@@ -23,7 +23,7 @@ prepare() {
sed \
-e "s|\(^all.*\)|\1 xjed rgrep|" \
-e "s|..DEST.*doc|${pkgdir}/usr/share/doc/${pkgname}|g" \
- -i src/Makefile
+ -i src/Makefile.in
}
build() {