updated gLiveSupport install to include missing localized resource
and widget image files
This commit is contained in:
parent
55dae353cf
commit
cde23c4f0d
3 changed files with 8 additions and 3 deletions
|
@ -22,7 +22,7 @@
|
|||
#
|
||||
#
|
||||
# Author : $Author: maroy $
|
||||
# Version : $Revision: 1.1 $
|
||||
# Version : $Revision: 1.2 $
|
||||
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/bin/Attic/copyInstall.sh,v $
|
||||
#-------------------------------------------------------------------------------
|
||||
#-------------------------------------------------------------------------------
|
||||
|
@ -164,6 +164,8 @@ cp -pPR $products_dir/scheduler/bin/scheduler.sh $install_bin
|
|||
#-------------------------------------------------------------------------------
|
||||
cp -pPR $products_dir/gLiveSupport/tmp/gLiveSupport $install_bin
|
||||
cp -pPR $products_dir/gLiveSupport/bin/gLiveSupport.sh $install_bin
|
||||
cp -pPR $products_dir/gLiveSupport/var/widgets $install_var
|
||||
cp -pPR $products_dir/gLiveSupport/var/gLiveSuppprt*.res $install_var
|
||||
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
|
|
|
@ -106,6 +106,9 @@ install-arch:
|
|||
$(CURDIR)/debian/livesupport-studio/opt/livesupport/bin
|
||||
mv -f $(CURDIR)/debian/livesupport/opt/livesupport/etc/gLiveSupport.xml* \
|
||||
$(CURDIR)/debian/livesupport-studio/opt/livesupport/etc
|
||||
mv -f $(CURDIR)/debian/livesupport/opt/livesupport/var/widgets \
|
||||
$(CURDIR)/debian/livesupport/opt/livesupport/var/gLiveSupport*.res \
|
||||
$(CURDIR)/debian/livesupport-studio/opt/livesupport/var
|
||||
|
||||
|
||||
dh_install -s
|
||||
|
|
|
@ -79,7 +79,7 @@
|
|||
|
||||
]>
|
||||
<gLiveSupport>
|
||||
<resourceBundle path = "./tmp/gLiveSupport"
|
||||
<resourceBundle path = "ls_install_dir/var/gLiveSupport"
|
||||
locale = "en"
|
||||
/>
|
||||
|
||||
|
@ -88,7 +88,7 @@
|
|||
<language locale="hu" name="Magyar"/>
|
||||
</supportedLanguages>
|
||||
|
||||
<widgetFactory path = "var/widgets/" />
|
||||
<widgetFactory path = "ls_install_dir/var/widgets/" />
|
||||
|
||||
<authenticationClientFactory>
|
||||
<webAuthentication>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue