wok rev 7066

Fixed a path in Qt4-dev and qtconfig.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Nov 01 23:37:29 2010 +0000 (2010-11-01)
parents 77f1970e448d
children 8477ba8ae252
files Qt4-dev/receipt qtconfig/receipt
line diff
     1.1 --- a/Qt4-dev/receipt	Mon Nov 01 23:08:19 2010 +0000
     1.2 +++ b/Qt4-dev/receipt	Mon Nov 01 23:37:29 2010 +0000
     1.3 @@ -35,6 +35,6 @@
     1.4  	rm $fs/usr/bin/assistant
     1.5  	# qtconfig packaged now in separate package
     1.6  	rm $fs/usr/bin/qtconfig
     1.7 -	rm $fs/usr/share/translations/qtconfig*.qm
     1.8 +	rm $fs/usr/share/qt/translations/qtconfig*.qm
     1.9  }
    1.10  
     2.1 --- a/qtconfig/receipt	Mon Nov 01 23:08:19 2010 +0000
     2.2 +++ b/qtconfig/receipt	Mon Nov 01 23:37:29 2010 +0000
     2.3 @@ -12,8 +12,8 @@
     2.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     2.5  genpkg_rules()
     2.6  {
     2.7 -	mkdir -p $fs/usr/bin $fs/usr/share/translations
     2.8 +	mkdir -p $fs/usr/bin $fs/usr/share/qt/translations
     2.9  	cp -a $_pkg/usr/bin/qtconfig $fs/usr/bin
    2.10 -	cp -a $_pkg/usr/share/translations/qtconfig*.qm $fs/usr/share/translations
    2.11 +	cp -a $_pkg/usr/share/qt/translations/qtconfig*.qm $fs/usr/share/qt/translations
    2.12  }
    2.13