summarylogtreecommitdiffstats
path: root/makefile.patch
blob: 3ac2e52b4d11f9e4cbd05c57271be50c8982b1d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/Makefile b/Makefile
index a3b87ff..ba33431 100644
--- a/Makefile
+++ b/Makefile
@@ -57,8 +57,8 @@ distclean: clean
 	-rm Makefile
 
 install: all
-	mkdir -p $(DESTDIR)$(bindir)
-	cp fondu ufond showfond dfont2res tobin frombin lumper setfondname $(DESTDIR)$(bindir)
+	mkdir -p "$(DESTDIR)"$(bindir)
+	cp fondu ufond showfond dfont2res tobin frombin lumper setfondname "$(DESTDIR)"$(bindir)
 
 
 VERSION:=$(shell date +"%y%d%m")