diff options
Diffstat (limited to 'community/remind')
-rw-r--r-- | community/remind/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/remind/APKBUILD b/community/remind/APKBUILD index a5daaf0ad7..969985b3e2 100644 --- a/community/remind/APKBUILD +++ b/community/remind/APKBUILD @@ -18,7 +18,7 @@ build() { ./configure \ --build=$CBUILD \ --host=$CHOST \ - --prefix=/usr + --prefix=/usr make } |