From 4b24043c16c6f9079d14261da648e1d3a0b6f4fd Mon Sep 17 00:00:00 2001 From: mash Date: Fri, 27 May 2005 08:26:39 +0000 Subject: [PATCH] move icon to products/gLiveSupport --- livesupport/bin/copyInstall.sh | 5 +++-- livesupport/etc/debian/rules | 3 +-- .../gLiveSupport/var}/livesupport.png | Bin 3 files changed, 4 insertions(+), 4 deletions(-) rename livesupport/{etc/debian => products/gLiveSupport/var}/livesupport.png (100%) diff --git a/livesupport/bin/copyInstall.sh b/livesupport/bin/copyInstall.sh index d9782131f..03052e19a 100755 --- a/livesupport/bin/copyInstall.sh +++ b/livesupport/bin/copyInstall.sh @@ -21,8 +21,8 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # -# Author : $Author: tomas $ -# Version : $Revision: 1.7 $ +# Author : $Author: mash $ +# Version : $Revision: 1.8 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/bin/Attic/copyInstall.sh,v $ #------------------------------------------------------------------------------- #------------------------------------------------------------------------------- @@ -171,6 +171,7 @@ 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/livesupport.png $install_var cp -pPR $products_dir/gLiveSupport/tmp/gLiveSupport*.res $install_var diff --git a/livesupport/etc/debian/rules b/livesupport/etc/debian/rules index 1c59e786b..41d0130de 100755 --- a/livesupport/etc/debian/rules +++ b/livesupport/etc/debian/rules @@ -113,9 +113,8 @@ install-arch: $(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/opt/livesupport/var/livesupport.png \ $(CURDIR)/debian/livesupport-studio/opt/livesupport/var - cp -a $(CURDIR)/debian/livesupport.png \ - $(CURDIR)/debian/livesupport-studio/opt/livesupport/var mkdir -p $(CURDIR)/debian/livesupport-studio/usr/share/applications cp -a $(CURDIR)/debian/livesupport-studio.desktop \ $(CURDIR)/debian/livesupport-studio/usr/share/applications/ diff --git a/livesupport/etc/debian/livesupport.png b/livesupport/products/gLiveSupport/var/livesupport.png similarity index 100% rename from livesupport/etc/debian/livesupport.png rename to livesupport/products/gLiveSupport/var/livesupport.png