wok-next diff obconf/receipt @ rev 2316
python: add icon and desktop file for interpreter
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Feb 25 18:45:51 2009 +0100 (2009-02-25) |
parents | c1d6475355a7 |
children | 652cfc895b1a |
line diff
1.1 --- a/obconf/receipt Thu Oct 09 14:57:38 2008 +0000 1.2 +++ b/obconf/receipt Wed Feb 25 18:45:51 2009 +0100 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 }