aboutsummaryrefslogtreecommitdiff
path: root/apkg
diff options
context:
space:
mode:
authoremmett1 <me@emmett1.my>2026-05-30 00:18:25 +0800
committeremmett1 <me@emmett1.my>2026-05-30 00:18:25 +0800
commit8ba3c15259175ee64ece7ef620c58ada7994e60b (patch)
treecb7a246349eff47f12c96a3ec5986472f3fea8ce /apkg
parent49717b9544bacbcd38a10b791adcb4a4aa2e9162 (diff)
downloadautils-8ba3c15259175ee64ece7ef620c58ada7994e60b.tar.gz
autils-8ba3c15259175ee64ece7ef620c58ada7994e60b.zip
removed APKG_BINMERGE
Diffstat (limited to 'apkg')
-rwxr-xr-xapkg11
1 files changed, 0 insertions, 11 deletions
diff --git a/apkg b/apkg
index 74373d6..a536c8e 100755
--- a/apkg
+++ b/apkg
@@ -345,17 +345,6 @@ build_src() {
esac
done
fi
-
- # usrmerge
- if [ "$APKG_BINMERGE" ]; then
- for b in bin sbin usr/sbin; do
- if [ -d $PKG/$b ]; then
- mkdir -p $PKG/usr/bin
- mv $PKG/$b/* $PKG/usr/bin
- rm -rf $PKG/$b
- fi
- done
- fi
# runit service
for s in $sv; do