diff options
Diffstat (limited to 'cad/chipmunk/files/patch-ao')
-rw-r--r-- | cad/chipmunk/files/patch-ao | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/cad/chipmunk/files/patch-ao b/cad/chipmunk/files/patch-ao new file mode 100644 index 0000000..4b56108 --- /dev/null +++ b/cad/chipmunk/files/patch-ao @@ -0,0 +1,17 @@ +--- util/conscripts/Makefile.orig Wed Mar 12 02:47:25 1997 ++++ util/conscripts/Makefile Tue Sep 21 03:36:32 1999 +@@ -18,11 +18,11 @@ + # + # mconvert makefile + +-BINDIR= ../../bin ++BINDIR= %%PREFIX%%/bin + + install: +- cp mconvert $(BINDIR) +- cp unmconvert $(BINDIR) ++ install -c mconvert $(BINDIR) ++ install -c unmconvert $(BINDIR) + + clean: + -rm -f *.o |