[26071] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r25375 - trunk/debathena/debathena/kiosk

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Thu Aug 11 11:34:23 2011

Date: Thu, 11 Aug 2011 11:34:16 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201108111534.p7BFYGUT019432@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: jdreed
Date: 2011-08-11 11:34:16 -0400 (Thu, 11 Aug 2011)
New Revision: 25375

Modified:
   trunk/debathena/debathena/kiosk/xinitrc
Log:
Don't copy to a nonexistent directory

Modified: trunk/debathena/debathena/kiosk/xinitrc
===================================================================
--- trunk/debathena/debathena/kiosk/xinitrc	2011-08-11 13:50:22 UTC (rev 25374)
+++ trunk/debathena/debathena/kiosk/xinitrc	2011-08-11 15:34:16 UTC (rev 25375)
@@ -64,6 +64,7 @@
 
 # Apply our preference settings and UI customizations.
 cat "$prefs" >> "$profdir/prefs.js" || exit 1
+mkdir -p "$profdir/chrome"
 cp "$chrome" "$profdir/chrome/userChrome.css" || exit 1
 
 # Launch firefox.


home help back first fref pref prev next nref lref last post