diff --git a/srcpkgs/lxappearance/template b/srcpkgs/lxappearance/template index 33b739278c4..33d768aeb94 100644 --- a/srcpkgs/lxappearance/template +++ b/srcpkgs/lxappearance/template @@ -1,7 +1,7 @@ # Template file for 'lxappearance' pkgname=lxappearance version=0.6.3 -revision=3 +revision=4 build_style=gnu-configure configure_args="$(vopt_enable dbus) $(vopt_enable gtk3)" hostmakedepends="pkg-config intltool" @@ -16,3 +16,7 @@ checksum=7222d858b8fef4b7967c42142d61e82ded6dd42dc5ef1d59caad775795928b38 build_options="gtk3 dbus" build_options_default="dbus gtk3" + +post_patch() { + vsed -i -e '/DATADIRNAME=/s/=.*/=share/' configure +}