mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 10:14:32 +04:00
Fix installed paths. After e52d0487e88c3c8c57e1310d1a02b18eae0d142e
upstream, this bug was exposed.
Instead of working around it, fix the patch.
After this, everything consistently gets installed to ipkg-install/usr.
Minor Makefile reorganization.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit b75f250f3b)
12 lines
277 B
Diff
12 lines
277 B
Diff
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -25,7 +25,7 @@ dnl If we use /usr as prefix, use /etc f
|
|
then
|
|
sysconfdir="/etc"
|
|
fi
|
|
- if test ${libdir} = '${exec_prefix}/lib'
|
|
+ if false
|
|
then
|
|
case "$host_cpu" in
|
|
x86_64|ppc64|s390x|sparc64)
|