gnome-icon-theme r1799 - trunk



Author: dobey
Date: Sat Apr 19 17:20:05 2008
New Revision: 1799
URL: http://svn.gnome.org/viewvc/gnome-icon-theme?rev=1799&view=rev

Log:
2008-04-19  Rodney Dawes  <dobey pwns gmail com>

	* configure.in:
	Don't hardcode the path to true as /bin/true

	Fixes #525988




Modified:
   trunk/ChangeLog
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Sat Apr 19 17:20:05 2008
@@ -26,7 +26,7 @@
 # Define the toplevel path here
 AC_SUBST(themedir, "\${datadir}/icons/gnome")
 
-ICONMAP="/bin/true"
+ICONMAP="true"
 AC_MSG_CHECKING([development series build])
 DEVVERSION="`echo $PACKAGE_VERSION|cut -d. -f2`"
 if expr $DEVVERSION % 2 > /dev/null != "0"; then



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