From da9596a39e00403e3199c452c96dbe2d2b3b7c45 Mon Sep 17 00:00:00 2001 From: Stanislav Brabec Date: Sun, 6 Dec 2009 21:03:22 +0000 Subject: matchbox2: Resource ~/.profile correctly. --- recipes/matchbox2/matchbox2/matchbox-session-2.in | 2 +- recipes/matchbox2/matchbox2_2.0.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes') diff --git a/recipes/matchbox2/matchbox2/matchbox-session-2.in b/recipes/matchbox2/matchbox2/matchbox-session-2.in index 6e13fe0d69..60e599be0e 100644 --- a/recipes/matchbox2/matchbox2/matchbox-session-2.in +++ b/recipes/matchbox2/matchbox2/matchbox-session-2.in @@ -8,7 +8,7 @@ if [ -e /etc/profile ] then . /etc/profile fi -if [ -e $HOME/profile ] +if [ -e $HOME/.profile ] then . $HOME/.profile fi diff --git a/recipes/matchbox2/matchbox2_2.0.bb b/recipes/matchbox2/matchbox2_2.0.bb index 1762ff4766..fc7e9ef39d 100644 --- a/recipes/matchbox2/matchbox2_2.0.bb +++ b/recipes/matchbox2/matchbox2_2.0.bb @@ -3,7 +3,7 @@ LICENSE = "GPL" DEPENDS = "matchbox-wm-2 matchbox-panel-2 matchbox-desktop-2" RDEPENDS = "matchbox-wm-2 matchbox-panel-2 matchbox-desktop-2" SECTION = "x11/wm" -PR = "r0" +PR = "r1" SRC_URI = "file://matchbox-session-2.in \ file://defaults.in \ -- cgit v1.2.3