ports: Fix packaging of bunch of ports

This commit is contained in:
2026-08-25 15:32:54 +03:00
parent aca9f459ed
commit b20a1640b2
14 changed files with 29 additions and 16 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ CONFIGURE_OPTIONS=(
)
post_install() {
if [ ! -L $DESTDIR/usr/bin/sh ]; then
ln -s bash $DESTDIR/usr/bin/sh
if [ ! -L "$DESTDIR/usr/bin/sh" ]; then
ln -sv "bash $DESTDIR/usr/bin/sh"
fi
}