diff options
author | Mario Domenech Goulart <mario@ossystems.com.br> | 2012-12-04 13:58:18 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-12-05 14:04:43 +0100 |
commit | 10cd81211f2054599728d5a4ce91e51b7cc853db (patch) | |
tree | 8576304a671713b4fb56e29a00cb549eda3f33bf /meta-oe | |
parent | a103912e49d1fd5b2d43a09b7027b1b8e3827a50 (diff) | |
download | meta-openembedded-10cd81211f2054599728d5a4ce91e51b7cc853db.tar.gz |
xinput-calibrator: remove hardcoded path from xinput_calibrator.desktop
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb b/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb index c16a41247..97f934380 100644 --- a/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb +++ b/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb | |||
@@ -5,6 +5,7 @@ LIC_FILES_CHKSUM = "file://src/calibrator.cpp;endline=22;md5=1bcba08f67cdb56f340 | |||
5 | DEPENDS = "virtual/libx11 libxi" | 5 | DEPENDS = "virtual/libx11 libxi" |
6 | 6 | ||
7 | PV = "0.7.5+git${SRCPV}" | 7 | PV = "0.7.5+git${SRCPV}" |
8 | PR = "r1" | ||
8 | 9 | ||
9 | inherit autotools | 10 | inherit autotools |
10 | 11 | ||
@@ -21,7 +22,7 @@ do_install_append() { | |||
21 | install -m 0755 scripts/xinput_calibrator_pointercal.sh ${D}${bindir}/xinput_calibrator_once.sh | 22 | install -m 0755 scripts/xinput_calibrator_pointercal.sh ${D}${bindir}/xinput_calibrator_once.sh |
22 | 23 | ||
23 | install -d ${D}${sysconfdir}/xdg/autostart | 24 | install -d ${D}${sysconfdir}/xdg/autostart |
24 | sed -i -e 's,^Exec=.*,Exec=/usr/bin/xinput_calibrator_once.sh,' scripts/xinput_calibrator.desktop | 25 | sed -i -e 's,^Exec=.*,Exec=${bindir}/xinput_calibrator_once.sh,' scripts/xinput_calibrator.desktop |
25 | install -m 0644 scripts/xinput_calibrator.desktop ${D}${sysconfdir}/xdg/autostart | 26 | install -m 0644 scripts/xinput_calibrator.desktop ${D}${sysconfdir}/xdg/autostart |
26 | } | 27 | } |
27 | 28 | ||