wok-next rev 10741
mtpaint: fix $stuff path for custom icons
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 30 01:25:26 2011 +0200 (2011-05-30) |
parents | 6a16e4339314 |
children | b96b57bd662b |
files | mtpaint/receipt |
line diff
1.1 --- a/mtpaint/receipt Mon May 30 01:12:54 2011 +0200 1.2 +++ b/mtpaint/receipt Mon May 30 01:25:26 2011 +0200 1.3 @@ -17,7 +17,7 @@ 1.4 # 1.5 compile_rules() 1.6 { 1.7 - cp -a stuff/icons-tango/* $src/src/icons1 1.8 + cp -a $stuff/icons-tango/* $src/src/icons1 1.9 cd $src 1.10 ./configure \ 1.11 --cpu=i486 \