diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-28 14:23:14 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-28 14:23:56 +0200 |
commit | 07c3eb2a6edb08803a81a6c1083349534f5c1f65 (patch) | |
tree | 1da4000d43fe2bfc2c7768bd4e2af2b0b1b54bbe /testing/graphviz | |
parent | f5e0a91cafa6d3a34f630c532eeb59a18cd990e3 (diff) | |
download | aports-07c3eb2a6edb08803a81a6c1083349534f5c1f65.tar.bz2 aports-07c3eb2a6edb08803a81a6c1083349534f5c1f65.tar.xz |
testing/graphviz: fix lua install dir for x86_64
Diffstat (limited to 'testing/graphviz')
-rw-r--r-- | testing/graphviz/APKBUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/graphviz/APKBUILD b/testing/graphviz/APKBUILD index 7df365b0ed..03b33aaccf 100644 --- a/testing/graphviz/APKBUILD +++ b/testing/graphviz/APKBUILD @@ -27,6 +27,8 @@ prepare() { *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; esac done + # use /usr/lib instead of /usr/lib64 + sed -i -e 's/LIBPOSTFIX="64"/LIBPOSTFIX=/' configure || return 1 } build() { |