summaryrefslogtreecommitdiff
path: root/recipes-lxde/lxrandr/lxrandr_0.1.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-lxde/lxrandr/lxrandr_0.1.2.bb')
-rw-r--r--recipes-lxde/lxrandr/lxrandr_0.1.2.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-lxde/lxrandr/lxrandr_0.1.2.bb b/recipes-lxde/lxrandr/lxrandr_0.1.2.bb
index 33a2260..e8ddcbb 100644
--- a/recipes-lxde/lxrandr/lxrandr_0.1.2.bb
+++ b/recipes-lxde/lxrandr/lxrandr_0.1.2.bb
@@ -14,7 +14,9 @@ SRC_URI[md5sum] = "8a7391581541bba58839ac11dbf5b575"
SRC_URI[sha256sum] = "fb8139478f6cfeac6a2d8adb4e55e8cad099bfe2da7c82253c935ba719f9cf19"
do_configure_prepend () {
- ln -fs configure.in ${S}/configure.ac
+ if [ -e ${S}/configure.in ]; then
+ mv ${S}/configure.in ${S}/configure.ac || true
+ fi
}
inherit autotools gettext pkgconfig