summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDermot Bradley <dermot_bradley@yahoo.com>2021-01-08 15:04:41 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2021-01-08 16:43:57 +0000
commit95fd5077be7efefd11e8f6890ceb237cc8f90ab1 (patch)
tree31f93eccf9d93b4cac5c5cd0f5addc6ba81d9bee
parentf84e119d465da70065c2207f6dd2315bd07c4f89 (diff)
Apply 1 suggestion(s) to 1 file(s)
-rwxr-xr-xtesting/jitterentropy-library/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/jitterentropy-library/APKBUILD b/testing/jitterentropy-library/APKBUILD
index 1a60d25cdb1..ca42e2dd9fa 100755
--- a/testing/jitterentropy-library/APKBUILD
+++ b/testing/jitterentropy-library/APKBUILD
@@ -13,7 +13,7 @@ source="jitterentropy-library-$pkgver.tar.gz::https://github.com/smuellerDD/jitt
"
build() {
- make PREFIX=/usr
+ make
}
package() {