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 -1
View File
@@ -11,7 +11,7 @@ configure() {
build() {
if [ ! -f ../doom1.wad ]; then
wget https://distro.ibiblio.org/slitaz/sources/packages/d/doom1.wad -O ../doom1.wad || exit 1
wget 'https://bananymous.com/files/doom1.wad' -O ../doom1.wad || exit 1
fi
make -C doomgeneric -f Makefile.sdl CC="$CC" SDL_PATH="$BANAN_SYSROOT/usr/bin/" || exit 1