diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-12-06 21:03:22 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-12-06 21:03:22 +0000 |
commit | da9596a39e00403e3199c452c96dbe2d2b3b7c45 (patch) | |
tree | 959a79578d281e8882be6198b316e9ae10a987a4 /recipes/matchbox2 | |
parent | e8e9c9c96e8ba92a45f2711be5232721b7445265 (diff) |
matchbox2: Resource ~/.profile correctly.
Diffstat (limited to 'recipes/matchbox2')
-rw-r--r-- | recipes/matchbox2/matchbox2/matchbox-session-2.in | 2 | ||||
-rw-r--r-- | recipes/matchbox2/matchbox2_2.0.bb | 2 |
2 files changed, 2 insertions, 2 deletions
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 \ |