diff options
Diffstat (limited to 'dev-lang/yap/files/yap-6.0.6-DESTDIR.patch')
-rw-r--r-- | dev-lang/yap/files/yap-6.0.6-DESTDIR.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-lang/yap/files/yap-6.0.6-DESTDIR.patch b/dev-lang/yap/files/yap-6.0.6-DESTDIR.patch new file mode 100644 index 000000000000..5460c7727a30 --- /dev/null +++ b/dev-lang/yap/files/yap-6.0.6-DESTDIR.patch @@ -0,0 +1,22 @@ +--- yap-6.orig/packages/http/Makefile.in 2010-08-05 05:36:28.000000000 +1200 ++++ yap-6/packages/http/Makefile.in 2010-08-08 10:00:13.000000000 +1200 +@@ -110,7 +110,7 @@ + $(INSTALL_PROGRAM) $(SOLIBS) $(BINTARGET) + mkdir -p $(PLTARGET) + mkdir -p $(PLTARGET)/web/icons +- mkdir -p $(LIBDIR)/web/css ++ mkdir -p $(DESTDIR)$(LIBDIR)/web/css + $(INSTALL_DATA) $(LIBPL) $(PLTARGET) + $(INSTALL_DATA) $(srcdir)/README $(PLTARGET) + $(INSTALL_DATA) $(srcdir)/web/icons/*.png $(PLTARGET)/web/icons +--- yap-6.orig/packages/zlib/Makefile.in 2010-08-05 05:36:28.000000000 +1200 ++++ yap-6/packages/zlib/Makefile.in 2010-08-08 10:06:17.000000000 +1200 +@@ -107,7 +107,7 @@ + $(LD) $(LDFLAGS) -o $@ $(ZOBJ) $(LIBS) + + install: $(TARGETS) $(LIBPL) +- mkdir -p $(DESTDIR)$(BINTARGET) ++ mkdir -p $(BINTARGET) + for f in $(TARGETS); do \ + $(INSTALL_PROGRAM) $$f $(BINTARGET); \ + done |