tools/e2fsprogs: fix shell scripts under SDK
authorRosen Penev <rosenp@gmail.com>
Sun, 30 Jun 2024 16:08:40 +0000 (09:08 -0700)
committerRobert Marko <robimarko@gmail.com>
Sun, 30 Jun 2024 17:05:21 +0000 (19:05 +0200)
commit55bda9863dd067221a2bf3645f513c7d8debb89d
tree53a389b870b79385eaf1e8fe7f8aaad1cd5f093b
parentb4069fad025abb26e17988b769a6589b6c504dfb
tools/e2fsprogs: fix shell scripts under SDK

7c32295b0036be425ba0cd527eb06316a87d0ec0 exposed a problem where the SDK
builds these shell scripts with a nonsensical absolute path for the DIR
variable. Use sed to patch in $STAGING_DIR_HOST.

Also remove PKG_RELEASE as that is nonsensical for tools.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/15841
Signed-off-by: Robert Marko <robimarko@gmail.com>
tools/e2fsprogs/Makefile