r672 - trunk/oe/packages/openmoko-base


Mon Feb 5 22:34:43 CET 2007


Author: 
Date: 2007-02-05 22:34:42 +0100 (Mon, 05 Feb 2007)
New Revision: 672

Modified:
   trunk/oe/packages/openmoko-base/openmoko-theme-standard_svn.bb
Log:
oe/openmoko-theme-standard: fix wrong path in gtkrc. spotted by werner, thanks


Modified: trunk/oe/packages/openmoko-base/openmoko-theme-standard_svn.bb
===================================================================
--- trunk/oe/packages/openmoko-base/openmoko-theme-standard_svn.bb	2007-02-05 18:30:05 UTC (rev 671)
+++ trunk/oe/packages/openmoko-base/openmoko-theme-standard_svn.bb	2007-02-05 21:34:42 UTC (rev 672)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Standard Gtk+ theme for the OpenMoko distribution"
 SECTION = "openmoko/base"
 PV = "0.0+svn${SRCDATE}"
-PR = "r2"
+PR = "r3"
 
 inherit openmoko-base
 
@@ -18,7 +18,7 @@
 	done
 	
 	install -d ${D}${sysconfdir}/gtk-2.0
-	echo 'include "${datadir}/themes/openmoko-standard/gtkrc"' >> ${D}${sysconfdir}/gtk-2.0/gtkrc
+	echo 'include "${datadir}/themes/openmoko-standard/gtk-2.0/gtkrc"' >> ${D}${sysconfdir}/gtk-2.0/gtkrc
 }
 
 FILES_${PN} = "${datadir} ${sysconfdir}"





More information about the commitlog mailing list