From 0a8f2fe25b9de3be13ef0b1599253909916a7e70 Mon Sep 17 00:00:00 2001 From: Zachary Slater Date: Sat, 3 Sep 2005 23:03:41 +0000 Subject: [PATCH] More fixens. --- code/unix/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/code/unix/Makefile b/code/unix/Makefile index 9ae73c8f..d2d6ab1b 100644 --- a/code/unix/Makefile +++ b/code/unix/Makefile @@ -2015,6 +2015,7 @@ rpm: $(BUILD_NAME).spec mv $(RPMROOT)/RPMS/$(RPMARCH)/$(BUILD_NAME)-$(VERSION)-$(RPM_RELEASE).$(RPMARCH).rpm archives/$(BUILD_NAME)-$(VERSION)-$(RPM_RELEASE).$(RPMARCH).rpm copyfiles: + @if [ ! -d $(COPYDIR) ]; then echo "You need to set COPYDIR to where you installed Quake III!"; false; fi -mkdir -p -m 0755 $(COPYDIR) install -s -m 0755 $(BR)/linuxquake3 $(COPYDIR)/quake3 # install -s -m 0755 $(BR)/linuxquake3-smp $(COPYDIR)/quake3-smp