wok diff alsaplayer/receipt @ rev 18298
Up linux (3.2.71), again
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Aug 17 14:15:07 2015 +0200 (2015-08-17) |
parents | 128aae84d74c |
children | f0a0b5091b4a |
line diff
1.1 --- a/alsaplayer/receipt Thu Apr 03 22:56:54 2014 +0200 1.2 +++ b/alsaplayer/receipt Mon Aug 17 14:15:07 2015 +0200 1.3 @@ -24,6 +24,10 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + i="$src/interface/gtk2/pixmaps" 1.8 + cp -f $i/note.xpm $i/logo.xpm 1.9 + sed -i 's/note/logo/' $i/logo.xpm 1.10 + 1.11 ./configure \ 1.12 --enable-gtk2 \ 1.13 --enable-flac \