wok rev 18437

subversion: apache mods fail to install (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 23 13:01:13 2015 +0200 (2015-09-23)
parents 44100d320ace
children 256efd525f0c
files subversion/receipt
line diff
     1.1 --- a/subversion/receipt	Wed Sep 23 12:59:29 2015 +0200
     1.2 +++ b/subversion/receipt	Wed Sep 23 13:01:13 2015 +0200
     1.3 @@ -18,7 +18,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	./configure --prefix=/usr $CONFIGURE_ARGS &&
     1.7 -	sed -i 's/^INSTALL_APACHE_MODS =/& = false/' Makefile &&
     1.8 +	sed -i 's/^INSTALL_APACHE_MODS =.*/INSTALL_APACHE_MODS = false/' Makefile &&
     1.9  	make -j1 &&
    1.10  	make -j1 DESTDIR=$DESTDIR install
    1.11  }