wok-stable diff audacious/receipt @ rev 9719
Fixed perdition to not tazwok cook all perdition receipts.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon May 09 00:31:44 2011 +0000 (2011-05-09) |
parents | 2a578b62d5ce |
children | e3c79088f79d |
line diff
1.1 --- a/audacious/receipt Thu Feb 24 22:19:23 2011 +0000 1.2 +++ b/audacious/receipt Mon May 09 00:31:44 2011 +0000 1.3 @@ -37,6 +37,6 @@ 1.4 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib/ 1.5 cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share 1.6 cp -a $_pkg/usr/share/pixmaps $fs/usr/share 1.7 - tar -xzf stuff/Skins.tar.gz -C $fs/usr/share/$PACKAGE 1.8 + tar -xzf $stuff/Skins.tar.gz -C $fs/usr/share/$PACKAGE 1.9 } 1.10