wok-stable diff openbox/receipt @ rev 1603

Add perl-unicode-map
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 19 11:13:51 2008 +0000 (2008-10-19)
parents 83bb4e537231
children 7c31e56eae36
line diff
     1.1 --- a/openbox/receipt	Fri May 02 19:05:18 2008 +0200
     1.2 +++ b/openbox/receipt	Sun Oct 19 11:13:51 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