wok diff lxqt-admin/receipt @ rev 17274

linux64: update module list
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 25 09:28:27 2014 +0200 (2014-10-25)
parents bdcd8803b305
children c0ce132ba4ee
line diff
     1.1 --- a/lxqt-admin/receipt	Sat Oct 18 17:59:10 2014 +0200
     1.2 +++ b/lxqt-admin/receipt	Sat Oct 25 09:28:27 2014 +0200
     1.3 @@ -18,7 +18,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	sed -i 's|LXQt/Application|lxqt/LxQtApplication|' $src/lxqt-admin-*/main.cpp
     1.8 +	sed -i 's|LXQt/Application|lxqt/lxqtapplication.h|' $src/lxqt-admin-*/main.cpp
     1.9  
    1.10  	mkdir build; cd build
    1.11  	cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&