Package: fastml / 3.11-3

fix_intall_target.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: Andreas Tille <tille@debian.org>
Last-Update: Mon, 22 Jun 2015 09:47:25 +0200
Description: Fix install target by creating install dir if needed

--- a/programs/Makefile.generic
+++ b/programs/Makefile.generic
@@ -120,6 +120,7 @@ tests: $(TEST_EXEC) $(EXEC)
 
 install: $(addprefix $(binDir)/,$(EXEC))
 $(binDir)/%: %
+	mkdir -p $(binDir)
 	cp $< $@