diff options
Diffstat (limited to 'databases/clip/files')
-rw-r--r-- | databases/clip/files/patch-prg::kamache::Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/clip/files/patch-prg::kamache::Makefile b/databases/clip/files/patch-prg::kamache::Makefile new file mode 100644 index 000000000000..f4d7e004bd15 --- /dev/null +++ b/databases/clip/files/patch-prg::kamache::Makefile @@ -0,0 +1,11 @@ +--- prg/kamache/Makefile.orig Thu Jul 8 10:19:30 2004 ++++ prg/kamache/Makefile Thu Jul 8 10:19:38 2004 +@@ -26,7 +26,7 @@ + + install: + mkdir -p $(CLIPROOT)/kamache +- mkdir -p $(CLIPROOT)/kamache/mod-cache ++ # mkdir -p $(CLIPROOT)/kamache/mod-cache + cp kamache$(EXESUFF) $(CLIPROOT)/kamache + cp kamache.ini $(CLIPROOT)/kamache + cd mod-ini; $(MAKE) install |