kiss-repo

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 61553c6221c369eda612227be9eff83f1cebec22
parent b53e4ea3b30022df5874a3c2abc8c22fcd7722b6
Author: aabacchus <bvnfuller@gmail.com>
Date:   Mon,  5 Apr 2021 02:06:10 +0100

apr: change installbuilddir from $prefix/build-1 to $prefix/share/apr-1

Diffstat:
Mapr/build | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/apr/build b/apr/build @@ -1,7 +1,7 @@ #!/bin/sh -e -./configure --prefix=/usr +./configure \ + --prefix=/usr \ + --with-installbuilddir="/usr/share/apr-1" make make DESTDIR="$1" install - -rm -fr "$1/usr/build-1" "$1/usr/bin"