1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-04 04:33:32 +02:00

Fix jpilot plugin paths right way.

This commit is contained in:
2019-11-25 22:08:59 +01:00
parent d8d4128d61
commit 50a5f716ab
2 changed files with 4 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ PATCHES=(
src_prepare() {
default
sed -i -e 's|_UNQUOTED(ABILIB, "lib"|_UNQUOTED(ABILIB, "'$(get_libdir)'"|' configure.in
mv configure.{in,ac} || die
eautoreconf
}