1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-03-09 12:25:46 +01:00

Jpilot: remove hack for lib directory

This commit is contained in:
2019-11-26 07:38:06 +01:00
parent 50a5f716ab
commit e931058ebc
2 changed files with 1 additions and 4 deletions

View File

@@ -38,9 +38,6 @@ src_prepare() {
}
src_configure() {
if use amd64; then
export ABILIB="lib64"
fi
econf $(use_enable nls)
}