wok rev 1566

obconf, openbox: hack compile_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 13 15:33:45 2008 +0000 (2008-10-13)
parents 60fa2013526b
children 6fd8242e9be0
files obconf/receipt openbox/receipt
line diff
     1.1 --- a/obconf/receipt	Mon Oct 13 14:57:19 2008 +0000
     1.2 +++ b/obconf/receipt	Mon Oct 13 15:33:45 2008 +0000
     1.3 @@ -18,6 +18,7 @@
     1.4  	./configure \
     1.5  		--prefix=/usr \
     1.6  		$CONFIGURE_ARGS &&
     1.7 +	sed -i 's/^mkdir_p = .*/mkdir_p = mkdir -p/' po/Makefile &&
     1.8  	make &&
     1.9  	make DESTDIR=$PWD/_pkg install
    1.10  }
     2.1 --- a/openbox/receipt	Mon Oct 13 14:57:19 2008 +0000
     2.2 +++ b/openbox/receipt	Mon Oct 13 15:33:45 2008 +0000
     2.3 @@ -22,8 +22,9 @@
     2.4  		--sysconfdir=/etc \
     2.5  		--infodir=/usr/share/info \
     2.6  		--mandir=/usr/share/man \
     2.7 -		$CONFIGURE_ARGS
     2.8 -	make
     2.9 +		$CONFIGURE_ARGS &&
    2.10 +	sed -i 's/^mkdir_p = .*/mkdir_p = mkdir -p/' po/Makefile &&
    2.11 +	make &&
    2.12  	make DESTDIR=$PWD/_pkg install
    2.13  }
    2.14