wok diff dev86/receipt @ rev 19334

apache: mkdir for PIDFILE
author Richard Dunbar <mojo@slitaz.org>
date Sun Jul 17 20:43:11 2016 -0400 (2016-07-17)
parents bc78fe1b4ae4
children e60b6baa3569
line diff
     1.1 --- a/dev86/receipt	Tue May 26 15:17:08 2015 +0200
     1.2 +++ b/dev86/receipt	Sun Jul 17 20:43:11 2016 -0400
     1.3 @@ -16,6 +16,8 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	sed -i 's|/usr/man|/usr/share/man|' man/Makefile
     1.8 +	sed -i 's|REFIX)/man|REFIX)/share/man|' Makefile */Makefile
     1.9  	make -j 1 PREFIX=/usr &&
    1.10  	make -j 1 DIST=$DESTDIR install
    1.11  }