~alpine/devel

[alpine-devel] features should be read from $basedir if set v1 PROPOSED

Christian Kampka: 1
 mkinitfs: features should be read from $basedir if set

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/devel/patches/961/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] mkinitfs: features should be read from $basedir if set Export this patch

---
 mkinitfs.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mkinitfs.in b/mkinitfs.in
index d2a7890..14c728f 100755
--- a/mkinitfs.in
+++ b/mkinitfs.in
@@ -184,7 +184,7 @@ done
shift $(( $OPTIND - 1 ))

. $(readlink -f "$config")
features_dir=${features_dir:-"$sysconfdir/features.d"}
features_dir=${features_dir:-"${basedir%/:-}/${sysconfdir#/}/features.d"}
[ -n "$myfeatures" ] && features="$myfeatures"

if [ -n "$list_features" ]; then
-- 
2.6.1



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---