wok-current diff lxqt-appswitcher/receipt @ rev 20164
Up firefox-official (57.0.4), with Meltdown & Spectre fix
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jan 05 13:33:08 2018 +0100 (2018-01-05) |
parents | c0ce132ba4ee |
children | 20661c276bcf |
line diff
1.1 --- a/lxqt-appswitcher/receipt Thu Jan 15 01:14:17 2015 +0200 1.2 +++ b/lxqt-appswitcher/receipt Fri Jan 05 13:33:08 2018 +0100 1.3 @@ -18,6 +18,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + sed -i 's|lxqt/LxQt|lxqt/LXQt/|' src/*.h src/*.cpp 1.8 mkdir build; cd build 1.9 cmake -DCMAKE_INSTALL_PREFIX=/usr .. && 1.10 make &&