aboutsummaryrefslogtreecommitdiffstats
path: root/packages/matchbox-panel-hacks
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2005-09-04 10:17:54 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-09-04 10:17:54 +0000
commitee47deed349113705af46dc71d47cdffbb267721 (patch)
tree963742bca2e40167b406c24d667ab29d58a8878f /packages/matchbox-panel-hacks
parent3679963662accca942add8faec1cce9adcf85ff6 (diff)
downloadopenembedded-ee47deed349113705af46dc71d47cdffbb267721.tar.gz
matchbox-panel-hacks: add missing 'fi' in xrandr-panelapp.sh
Diffstat (limited to 'packages/matchbox-panel-hacks')
-rwxr-xr-xpackages/matchbox-panel-hacks/matchbox-panel-hacks-0.3-1/xrandr-panelapp.sh1
-rw-r--r--packages/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb2
2 files changed, 2 insertions, 1 deletions
diff --git a/packages/matchbox-panel-hacks/matchbox-panel-hacks-0.3-1/xrandr-panelapp.sh b/packages/matchbox-panel-hacks/matchbox-panel-hacks-0.3-1/xrandr-panelapp.sh
index ea883e815c..d17c805ffc 100755
--- a/packages/matchbox-panel-hacks/matchbox-panel-hacks-0.3-1/xrandr-panelapp.sh
+++ b/packages/matchbox-panel-hacks/matchbox-panel-hacks-0.3-1/xrandr-panelapp.sh
@@ -6,3 +6,4 @@ xmodmap /etc/X11/xmodmap-portrait
else
xrandr -o left
xmodmap /etc/X11/xmodmap-left
+fi
diff --git a/packages/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb b/packages/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb
index c4632536eb..e7c1b4e648 100644
--- a/packages/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb
+++ b/packages/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb
@@ -5,7 +5,7 @@ SRC_URI = "file://xrandr-panelapp.sh \
file://xrandr.png"
SECTION = "x11/wm"
PRIORITY = "optional"
-PR = "r3"
+PR = "r4"
LICENSE = "MIT"
do_install() {