diff --git a/utils/bash/Makefile b/utils/bash/Makefile index 76f30c977..039e70cef 100644 --- a/utils/bash/Makefile +++ b/utils/bash/Makefile @@ -84,7 +84,7 @@ endef define Package/bash/install $(INSTALL_DIR) $(1)/bin $(INSTALL_BIN) $(PKG_INSTALL_DIR)/bin/bash $(1)/bin/ - ln -sf bash $(1)/bin/rbash + $(LN) bash $(1)/bin/rbash endef diff --git a/utils/bash/patches/100-fix-jobs.patch b/utils/bash/patches/100-fix-jobs.patch index aec758cdd..63a2ffa4b 100644 --- a/utils/bash/patches/100-fix-jobs.patch +++ b/utils/bash/patches/100-fix-jobs.patch @@ -1,4 +1,4 @@ -Fix builint command jobs +Fix job control Patch was taken from https://git.alpinelinux.org/cgit/aports/tree/main/bash/fix-jobs.patch