matchbox2: Resource ~/.profile correctly.
authorStanislav Brabec <utx@penguin.cz>
Sun, 6 Dec 2009 21:03:22 +0000 (21:03 +0000)
committerutx@penguin.cz <utx@penguin.cz>
Sun, 6 Dec 2009 21:03:22 +0000 (21:03 +0000)
recipes/matchbox2/matchbox2/matchbox-session-2.in
recipes/matchbox2/matchbox2_2.0.bb

index 6e13fe0..60e599b 100644 (file)
@@ -8,7 +8,7 @@ if [ -e /etc/profile ]
 then
 . /etc/profile
 fi
-if [ -e $HOME/profile ]
+if [ -e $HOME/.profile ]
 then
 . $HOME/.profile
 fi
index 1762ff4..fc7e9ef 100644 (file)
@@ -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 \