From 789e2f17ec8ffd6330ec3d4c88843b73c4227969 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 3 Nov 2024 14:05:26 -0500 Subject: games/advancemame: fix build on massively parallel systems. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- games/advancemame/advancemame.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games') diff --git a/games/advancemame/advancemame.SlackBuild b/games/advancemame/advancemame.SlackBuild index b79eb483ec..6996ea7ee2 100644 --- a/games/advancemame/advancemame.SlackBuild +++ b/games/advancemame/advancemame.SlackBuild @@ -103,7 +103,7 @@ CXXFLAGS="$SLKCFLAGS" \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --build=$ARCH-slackware-linux -make +make || make -j1 # Please don't remove the -j1 from the make install command. Without it, # the directories don't always get created before files are installed -- cgit v1.2.3