aboutsummaryrefslogtreecommitdiffstats
path: root/code
diff options
context:
space:
mode:
Diffstat (limited to 'code')
-rw-r--r--code/unix/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/code/unix/Makefile b/code/unix/Makefile
index 9ae73c8..d2d6ab1 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