diff options
Diffstat (limited to 'app-antivirus/skyldav/files/skyldav-0.2_rc3-examples.patch')
-rw-r--r-- | app-antivirus/skyldav/files/skyldav-0.2_rc3-examples.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-antivirus/skyldav/files/skyldav-0.2_rc3-examples.patch b/app-antivirus/skyldav/files/skyldav-0.2_rc3-examples.patch new file mode 100644 index 0000000..d331dd3 --- /dev/null +++ b/app-antivirus/skyldav/files/skyldav-0.2_rc3-examples.patch @@ -0,0 +1,12 @@ +diff -urN skyldav-0.2rc3.orig/Makefile.am skyldav-0.2rc3/Makefile.am +--- skyldav-0.2rc3.orig/Makefile.am 2013-07-20 14:36:43.000000000 +0200 ++++ skyldav-0.2rc3/Makefile.am 2013-08-16 22:16:35.255347000 +0200 +@@ -9,8 +9,6 @@ + rm -rf doc/doxygen + + install-data-local: +- mkdir -p $(DESTDIR)$(docdir)/examples/ +- cp -rf $(srcdir)/examples/* $(DESTDIR)$(docdir)/examples/ + mkdir -p $(DESTDIR)$(sysconfdir) + test -e $(DESTDIR)$(sysconfdir)/skyldav.conf || \ + cp examples/etc/skyldav.conf $(DESTDIR)$(sysconfdir) |