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
+1
View File
@@ -19,5 +19,6 @@ build() {
}
install() {
mkdir -p "$DESTDIR/usr/bin"
cp -v bin/gcc/$specseek_arch/specseek_$specseek_arch "$DESTDIR/usr/bin/specseek" || exit 1
}