wok diff apache-dev/receipt @ rev 3436

module-init-tools/depmod: force full path for busybox modprobe
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 13 16:45:39 2009 +0200 (2009-06-13)
parents dbe2f3834437
children 310ebb8092aa
line diff
     1.1 --- a/apache-dev/receipt	Thu Mar 26 11:06:18 2009 +0000
     1.2 +++ b/apache-dev/receipt	Sat Jun 13 16:45:39 2009 +0200
     1.3 @@ -13,7 +13,7 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	mkdir -p $fs/usr/share/apache $fs/usr/bin
     1.7 -	_pkg=$WOK/$SOURCE-$VERSION/_pkg
     1.8 +	_pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
     1.9  	cp -a $_pkg/usr/include $fs/usr
    1.10  	cp -a $_pkg/usr/bin/apxs $fs/usr/bin
    1.11  	cp -a $_pkg/usr/share/apache/build $fs/usr/share/apache