This allows manual execution of the ipkg-build script even with
releative path.

Signed-off-by: Paul Spooren <m...@aparcar.org>
---
 scripts/ipkg-build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ipkg-build b/scripts/ipkg-build
index 8533c97fcc..c112270a2b 100755
--- a/scripts/ipkg-build
+++ b/scripts/ipkg-build
@@ -124,7 +124,7 @@ case $# in
        ;;
 esac
 
-pkg_dir="$1"
+pkg_dir="$(realpath "$1")"
 
 if [ ! -d "$pkg_dir" ]; then
        echo "*** Error: Directory $pkg_dir does not exist" >&2
-- 
2.30.0


_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to