diff options
-rw-r--r-- | games/sl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/sl/Makefile b/games/sl/Makefile index e69ec39aa151..1a398a1e63b7 100644 --- a/games/sl/Makefile +++ b/games/sl/Makefile @@ -14,7 +14,8 @@ EXTRACT_SUFX= .tar .if defined(WITH_PERSISTENT) SLPATCHVERSION= .5p1 -PATCH_SITES= http://www.izumix.org.uk/sl/ +PATCH_SITES= http://www.izumix.org.uk/sl/ \ + http://www.SpringDaemons.com/stas/ PATCHFILES= sl5-1.patch PATCH_DIST_STRIP= -p1 .endif |