summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy2023-11-19 16:44:34 +0700
committerVadim Yanitskiy2023-11-19 16:44:34 +0700
commite46279e70648cf40e5e939a11698bb41901e7a42 (patch)
tree553c4fe9481ed9be12cda5b8c05a0bb68ef278f3
parent9f246993b4c879099c8563dfff7e07d3c09186a0 (diff)
downloadaur-e46279e70648cf40e5e939a11698bb41901e7a42.tar.gz
package(): fix patching of the demo Makefile
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7de3950327b3..892715aa3078 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -66,8 +66,8 @@ package() {
install
# Fix reference to $pkgdir in the demo Makefile
- sed -i "s#TTCN3_DIR = .*#TTCN3_DIR = /opt/eclipse-titan#" \
- "$pkgdir/usr/share/doc/eclipse-titan/demo/Makefile"
+ sed -i "s#TTCN3_DIR = .*#TTCN3_DIR = /usr/ttcn3#" \
+ "$pkgdir/usr/share/doc/titan/demo/Makefile"
install -D $srcdir/titan.profile \
$pkgdir/etc/profile.d/titan.sh