From: Philipp Zabel Date: Sun, 4 Sep 2005 10:17:54 +0000 (+0000) Subject: matchbox-panel-hacks: add missing 'fi' in xrandr-panelapp.sh X-Git-Tag: Release-2010-05/1~9453^2~3657^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee47deed349113705af46dc71d47cdffbb267721;p=openembedded.git matchbox-panel-hacks: add missing 'fi' in xrandr-panelapp.sh --- 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() {