# HG changeset patch # User Christophe Lincoln # Date 1306711526 -7200 # Node ID 4a8d626e353baaaadbdcd1e50b44b859d03967d0 # Parent 6a16e4339314b9b19cfb0ce86388cfb0af564349 mtpaint: fix $stuff path for custom icons diff -r 6a16e4339314 -r 4a8d626e353b mtpaint/receipt --- a/mtpaint/receipt Mon May 30 01:12:54 2011 +0200 +++ b/mtpaint/receipt Mon May 30 01:25:26 2011 +0200 @@ -17,7 +17,7 @@ # compile_rules() { - cp -a stuff/icons-tango/* $src/src/icons1 + cp -a $stuff/icons-tango/* $src/src/icons1 cd $src ./configure \ --cpu=i486 \