[Buildroot] svn commit: [25612] trunk/buildroot/package/pango

jacmet at uclibc.org jacmet at uclibc.org
Wed Mar 11 15:43:55 UTC 2009


Author: jacmet
Date: 2009-03-11 15:43:55 +0000 (Wed, 11 Mar 2009)
New Revision: 25612

Log:
pango: init script: make sure /etc/pango exists

Modified:
   trunk/buildroot/package/pango/S25pango


Changeset:
Modified: trunk/buildroot/package/pango/S25pango
===================================================================
--- trunk/buildroot/package/pango/S25pango	2009-03-11 15:43:52 UTC (rev 25611)
+++ trunk/buildroot/package/pango/S25pango	2009-03-11 15:43:55 UTC (rev 25612)
@@ -7,6 +7,7 @@
 case "$1" in
     start|"")
 	if [ ! -f "$FILE" ] ; then
+	    mkdir -p /etc/pango
 	    /usr/bin/pango-querymodules > "$FILE"
 	fi
 	;;




More information about the buildroot mailing list