|
@@ -1,3 +1,8 @@
|
|
|
|
+From 1b45c3c0d6682be7f4876b620780ee246a5acbaa Mon Sep 17 00:00:00 2001
|
|
|
|
+From: Eneas U de Queiroz <[email protected]>
|
|
|
|
+Date: Tue, 20 Jul 2021 16:56:16 -0300
|
|
|
|
+Subject: openwrt: remove trailing slash in install destdir
|
|
|
|
+
|
|
A command like /bin/sh ../../i586-poky-linux-libtool --mode=install /usr/bin/install -c gck-roots-store-standalone.la '/media/data1/builds/poky1/tmp/work/core2-poky-linux/gnome-keyring-2.26.1-r1/image/usr/lib/gnome-keyring/standalone/' fails (e.g. gnome-keyring or pulseaudio)
|
|
A command like /bin/sh ../../i586-poky-linux-libtool --mode=install /usr/bin/install -c gck-roots-store-standalone.la '/media/data1/builds/poky1/tmp/work/core2-poky-linux/gnome-keyring-2.26.1-r1/image/usr/lib/gnome-keyring/standalone/' fails (e.g. gnome-keyring or pulseaudio)
|
|
|
|
|
|
This is because libdir has a trailing slash which breaks the comparision.
|
|
This is because libdir has a trailing slash which breaks the comparision.
|
|
@@ -9,6 +14,8 @@ Merged a patch received from Gary Thomas <[email protected]>
|
|
Date: 2010/07/12
|
|
Date: 2010/07/12
|
|
Nitin A Kamble <[email protected]>
|
|
Nitin A Kamble <[email protected]>
|
|
|
|
|
|
|
|
+Signed-off-by: Eneas U de Queiroz <[email protected]>
|
|
|
|
+
|
|
--- a/libltdl/config/ltmain.m4sh
|
|
--- a/libltdl/config/ltmain.m4sh
|
|
+++ b/libltdl/config/ltmain.m4sh
|
|
+++ b/libltdl/config/ltmain.m4sh
|
|
@@ -2167,8 +2167,15 @@ func_mode_install ()
|
|
@@ -2167,8 +2167,15 @@ func_mode_install ()
|