wok-next rev 12677
superswitcher: fix compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue May 01 14:53:59 2012 +0200 (2012-05-01) |
parents | 9a60c602bccb |
children | 4921453279b3 |
files | superswitcher/receipt |
line diff
1.1 --- a/superswitcher/receipt Tue May 01 13:46:30 2012 +0200 1.2 +++ b/superswitcher/receipt Tue May 01 14:53:59 2012 +0200 1.3 @@ -15,6 +15,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 + find . -name '*.[ch]*' | xargs sed -i 's|<glib/.*h|<glib.h|' 1.8 1.9 # Fix from Gentoo: http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/x11-misc/superswitcher/superswitcher-0.6.ebuild 1.10 patch -p1 < $stuff/superswitcher-0.6-wnck-workspace.patch