Skip to content

Commit

Permalink
vte290: fix l10n dir
Browse files Browse the repository at this point in the history
  • Loading branch information
sgn committed Jan 14, 2021
1 parent 90b8047 commit 887d0e0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion srcpkgs/vte290/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'vte290'
pkgname=vte290
version=0.36.5
revision=4
revision=5
wrksrc=vte-${version}
build_style=gnu-configure
build_helper="gir"
Expand All @@ -23,6 +23,10 @@ CFLAGS="-D_GNU_SOURCE"
build_options="gir"
build_options_default="gir"

post_patch() {
vsed -i -e "/DATADIRNAME=/s/=.*/=share/" configure
}

post_install() {
# Rename conflicting file
mv ${DESTDIR}/etc/profile.d/{vte,vte290}.sh
Expand Down

0 comments on commit 887d0e0

Please sign in to comment.