Introduction
Introduction Statistics Contact Development Disclaimer Help
Be sure destination directories exist. - sam - An updated version of the sam te…
git clone git://vernunftzentrum.de/sam.git
Log
Files
Refs
LICENSE
---
commit 1949e700289945a502275ebd626ec24f430ffb82
parent 1dd8035b1ece549eff2a6b57a5ae2a6aebcb2441
Author: Rob King <[email protected]>
Date: Tue, 2 Aug 2016 22:15:41 -0500
Be sure destination directories exist.
Credit for this fix goes to Erez Schatz.
Diffstat:
sam/Makefile | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/sam/Makefile b/sam/Makefile
@@ -75,6 +75,8 @@ nuke: clean
rm -f sam
install: sam
+ mkdir -p $(SAMDIR)
+ mkdir -p $(SAMSAVEDIR)
cp sam $(SAMDIR)/$(RSAMNAME)
cp samsave $(SAMSAVEDIR)/samsave
chmod +x $(SAMSAVEDIR)/samsave
You are viewing proxied material from vernunftzentrum.de. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.