wok-next diff qtconfig/receipt @ rev 18925

description.txt should end with 0x0A byte (Carriage Return, Enter) to not glue with the next description in descriptions.txt.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 25 15:02:38 2016 +0200 (2016-02-25)
parents 27b7a2f535d7
children
line diff
     1.1 --- a/qtconfig/receipt	Fri Aug 22 05:24:00 2014 +0200
     1.2 +++ b/qtconfig/receipt	Thu Feb 25 15:02:38 2016 +0200
     1.3 @@ -14,7 +14,7 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr/bin $fs/usr/share/qt/translations
     1.8 +	mkdir -p $fs/usr/bin $fs/usr/share/qt/translations $fs/usr/share/icons/hicolor/22x22/apps
     1.9  	cp -a $install/usr/bin/qtconfig $fs/usr/bin
    1.10  	cp -a $install/usr/share/qt/translations/qtconfig*.qm $fs/usr/share/qt/translations
    1.11  	cp -a $WOK/qt4/source/qt4-4.8.6/tools/designer/src/components/formeditor/images/qtlogo.png \