aboutsummaryrefslogtreecommitdiff
path: root/apkg
diff options
context:
space:
mode:
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