wok-4.x rev 10844
tazpanel: make po file before install
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Jun 10 23:23:07 2011 +0200 (2011-06-10) |
parents | 03bafe56e2a7 |
children | 86ae121e0643 |
files | tazpanel/receipt |
line diff
1.1 --- a/tazpanel/receipt Fri Jun 10 23:21:10 2011 +0200 1.2 +++ b/tazpanel/receipt Fri Jun 10 23:23:07 2011 +0200 1.3 @@ -16,7 +16,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 + cd $src && make && 1.9 make DESTDIR=$WOK/$PACKAGE/install install 1.10 } 1.11