wok-current rev 18436
subversion: apache mods fail to install
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Sep 23 12:59:29 2015 +0200 (2015-09-23) |
parents | 55408ff10827 |
children | 8310520e5aeb |
files | subversion/receipt |
line diff
1.1 --- a/subversion/receipt Tue Sep 22 12:28:58 2015 +0200 1.2 +++ b/subversion/receipt Wed Sep 23 12:59:29 2015 +0200 1.3 @@ -17,8 +17,8 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 ./configure --prefix=/usr $CONFIGURE_ARGS && 1.9 + sed -i 's/^INSTALL_APACHE_MODS =/& = false/' Makefile && 1.10 make -j1 && 1.11 make -j1 DESTDIR=$DESTDIR install 1.12 }