From 7eb31922ba1d72a7b8968b392b4a3bb4d95bca66 Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Sun, 24 Nov 2002 10:32:52 +0000 Subject: Fix a typo in a path. Submitted by: Peter Hoskin --- games/q3-paks/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/q3-paks/Makefile') diff --git a/games/q3-paks/Makefile b/games/q3-paks/Makefile index 9f703334b8cc..7ef4becfb4d1 100644 --- a/games/q3-paks/Makefile +++ b/games/q3-paks/Makefile @@ -29,7 +29,7 @@ GAMEDIR= ${PREFIX}/usr/games/quake3/ .include .for file in ${DISTFILES} -.if !exists(${DISTDIR}/rtcw-paks/${file}) +.if !exists(${DISTDIR}/q3-paks/${file}) IGNORE=You must manually copy all the .pk3 files from the baseq3/ directory of an installed version of the game to the ${DISTDIR}/q3-paks directory and then run make again. .endif .endfor -- cgit v1.2.3