gnome-icon-theme r1818 - in trunk: . 48x48/animations



Author: dobey
Date: Sat Jun 14 20:50:40 2008
New Revision: 1818
URL: http://svn.gnome.org/viewvc/gnome-icon-theme?rev=1818&view=rev

Log:
2008-06-14  Rodney Dawes  <dobey pwns gmail com>

	* 48x48/animations/Makefile.am:
	Use ln -sf for installing the symlink for gnome-searchtool animation

	Fixes #538295



Modified:
   trunk/48x48/animations/Makefile.am
   trunk/ChangeLog

Modified: trunk/48x48/animations/Makefile.am
==============================================================================
--- trunk/48x48/animations/Makefile.am	(original)
+++ trunk/48x48/animations/Makefile.am	Sat Jun 14 20:50:40 2008
@@ -17,6 +17,6 @@
 install-data-local: install-iconsDATA
 	(cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context))
 	(cd $(DESTDIR)$(themedir)/$(size)/$(context) && \
-		ln -s process-idle.png gnome-searchtool-animation-rest.png && \
-		ln -s process-working.png gnome-searchtool-animation.png \
+		ln -sf process-idle.png gnome-searchtool-animation-rest.png && \
+		ln -sf process-working.png gnome-searchtool-animation.png \
 	)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]