wok-4.x diff openbox/receipt @ 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 | 83bb4e537231 |
children | 7c31e56eae36 |
line diff
1.1 --- a/openbox/receipt Fri May 02 19:05:18 2008 +0200 1.2 +++ b/openbox/receipt Mon Oct 13 15:33:45 2008 +0000 1.3 @@ -22,8 +22,9 @@ 1.4 --sysconfdir=/etc \ 1.5 --infodir=/usr/share/info \ 1.6 --mandir=/usr/share/man \ 1.7 - $CONFIGURE_ARGS 1.8 - make 1.9 + $CONFIGURE_ARGS && 1.10 + sed -i 's/^mkdir_p = .*/mkdir_p = mkdir -p/' po/Makefile && 1.11 + make && 1.12 make DESTDIR=$PWD/_pkg install 1.13 } 1.14