public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Devan Franchini" <twitch153@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/releng:master commit in: tools-hardened/desktop/
Date: Thu, 19 Mar 2015 21:12:09 +0000 (UTC)	[thread overview]
Message-ID: <1426797247.f2b3eb3d3499d9a14fea15f02abfdbb8f4eb0a8e.twitch153@gentoo> (raw)

commit:     f2b3eb3d3499d9a14fea15f02abfdbb8f4eb0a8e
Author:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 19 20:34:07 2015 +0000
Commit:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
CommitDate: Thu Mar 19 20:34:07 2015 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=f2b3eb3d

tools-hardened/desktop gnome3-run.sh: Adds check for background dir existance

 tools-hardened/desktop/gnome3-run.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tools-hardened/desktop/gnome3-run.sh b/tools-hardened/desktop/gnome3-run.sh
index 4fd834e..96f0a77 100755
--- a/tools-hardened/desktop/gnome3-run.sh
+++ b/tools-hardened/desktop/gnome3-run.sh
@@ -54,6 +54,11 @@ setup_confs() {
 	sed -i 's/^\(sessiondir.*\)/# \1/' "${ROOTFS}"/etc/slim.conf
 	sed -i '/# sessiondir.*/ a\sessiondir /etc/X11/Sessions' "${ROOTFS}"/etc/slim.conf
 
+    if [ ! -d "${ROOTFS}/usr/share/backgrounds" ];
+    then
+        mkdir -p "${ROOTFS}"/usr/share/backgrounds
+    fi
+
 	wget -O "${ROOTFS}"/usr/share/backgrounds/background.jpg "${IMAGE}"
 
 	sed -i '/^SYNC/d' "${ROOTFS}"/etc/portage/make.conf


             reply	other threads:[~2015-03-19 21:12 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-19 21:12 Devan Franchini [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-06-16 22:15 [gentoo-commits] proj/releng:master commit in: tools-hardened/desktop/ Devan Franchini
2015-06-16 22:09 Devan Franchini
2015-06-16 22:02 Devan Franchini
2015-06-16 22:02 Devan Franchini
2015-06-16 21:17 Devan Franchini
2015-06-16 21:04 Devan Franchini
2015-06-13 17:50 Devan Franchini
2015-03-24  2:19 Devan Franchini
2015-03-15 19:22 Devan Franchini
2015-03-15 19:15 Devan Franchini
2015-03-15 19:12 Devan Franchini
2015-03-12  2:28 Devan Franchini
2015-03-12  2:23 Devan Franchini
2015-03-11 21:26 Devan Franchini
2015-02-15 19:56 Devan Franchini
2015-02-15 19:37 Devan Franchini
2015-02-14  4:13 Devan Franchini
2015-02-11 20:25 Devan Franchini
2015-02-10  3:28 Devan Franchini
2015-01-02  4:45 Devan Franchini
2014-12-18  5:34 Devan Franchini
2014-12-15 20:33 Devan Franchini
2014-12-11 23:20 Devan Franchini
2014-12-11 22:29 Devan Franchini
2014-12-09  2:42 Devan Franchini
2014-10-23 14:47 Devan Franchini
2014-10-09 20:38 Devan Franchini
2014-10-09 20:38 Devan Franchini
2014-10-09 20:38 Devan Franchini
2014-08-18 21:59 Robin H. Johnson
2014-07-23  3:31 Devan Franchini
2014-05-06 19:32 Devan Franchini
2014-04-26  3:01 Devan Franchini
2014-04-08 19:59 Devan Franchini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1426797247.f2b3eb3d3499d9a14fea15f02abfdbb8f4eb0a8e.twitch153@gentoo \
    --to=twitch153@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox