[26074] in Source-Commits

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

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

daemon@ATHENA.MIT.EDU (Geoffrey Thomas)
Thu Aug 11 12:52:47 2011

Date: Thu, 11 Aug 2011 12:52:40 -0400 (EDT)
From: Geoffrey Thomas <geofft@MIT.EDU>
To: Jonathan D Reed <jdreed@mit.edu>
cc: source-commits@mit.edu
In-Reply-To: <201108111534.p7BFYGUT019432@drugstore.mit.edu>
Message-ID: <alpine.DEB.2.00.1108111252340.14627@tyger.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed

ACK

-- 
Geoffrey Thomas
geofft@mit.edu

On Thu, 11 Aug 2011, Jonathan D Reed wrote:

> 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