aboutsummaryrefslogtreecommitdiffstats
path: root/testing/vis
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2016-04-06 23:45:53 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2016-04-06 23:45:53 +0200
commit7c69001f56de28815e3491816abc5bfe07f2d139 (patch)
treee075a0a6beb654687a1b1e266132f4760fa95983 /testing/vis
parentcfb358842c4d0a288c8e5b22ee15e31489cc5b68 (diff)
downloadaports-7c69001f56de28815e3491816abc5bfe07f2d139.tar.bz2
aports-7c69001f56de28815e3491816abc5bfe07f2d139.tar.xz
testing/vis: don't set PREFIX during make install
The install prefix is set when running ./configure.
Diffstat (limited to 'testing/vis')
-rw-r--r--testing/vis/APKBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/vis/APKBUILD b/testing/vis/APKBUILD
index 7c146a5b4..916a1294c 100644
--- a/testing/vis/APKBUILD
+++ b/testing/vis/APKBUILD
@@ -28,7 +28,6 @@ build() {
package() {
make -C "$builddir" \
- PREFIX=/usr \
DESTDIR="$pkgdir" \
install || return 1
}