wok diff openbox/receipt @ rev 1868

Fix: amsn DEPENDS.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue Dec 16 22:42:28 2008 +0100 (2008-12-16)
parents 83bb4e537231
children 7c31e56eae36
line diff
     1.1 --- a/openbox/receipt	Fri May 02 19:05:18 2008 +0200
     1.2 +++ b/openbox/receipt	Tue Dec 16 22:42:28 2008 +0100
     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