diff options
Diffstat (limited to 'databases/clip/files/patch-prg_kamache_Makefile')
-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..ea19fba2b087 --- /dev/null +++ b/databases/clip/files/patch-prg_kamache_Makefile @@ -0,0 +1,11 @@ +--- prg/kamache/Makefile.orig 2009-05-19 02:11:37.000000000 +0600 ++++ prg/kamache/Makefile 2009-05-19 02:11:01.000000000 +0600 +@@ -26,7 +26,7 @@ + + install: + mkdir -p $(DESTDIR)$(CLIPROOT)/kamache +- mkdir -p $(DESTDIR)$(CLIPROOT)/kamache/mod-cache ++ #mkdir -p $(DESTDIR)$(CLIPROOT)/kamache/mod-cache + cp kamache$(EXESUFF) $(DESTDIR)$(CLIPROOT)/kamache + cp kamache.ini $(DESTDIR)$(CLIPROOT)/kamache + cd mod-ini; $(MAKE) install |