6a302522cf
- A new bpluginfo utility tool - Make dump_resource respect console ACL's (security fix) - Add chio-changer-openbsd submitted in bug #1903 - Important Copy job bug fixed. Major changes since 5.2.9: - IPv6 networking should work correctly now - SQL Counter problems resolved - Bat hanging after running a number of jobs - dbcheck rw_writelock problem - Windows VSS restore bug New Feature: - Add rudimentary support for backing up AFS More complete changelog at: http://www.bacula.org/en/?page=news
14 lines
508 B
Text
14 lines
508 B
Text
$NetBSD: patch-src_plugins_fd_Makefile.in,v 1.1 2012/10/06 17:54:53 christos Exp $
|
|
|
|
don't remove file we justr installed
|
|
|
|
--- src/plugins/fd/Makefile.in.orig 2012-09-13 04:51:19.000000000 -0400
|
|
+++ src/plugins/fd/Makefile.in 2012-10-05 11:19:22.000000000 -0400
|
|
@@ -45,7 +45,6 @@
|
|
install: all
|
|
$(MKDIR) $(DESTDIR)$(plugindir)
|
|
$(LIBTOOL_INSTALL) $(INSTALL_PROGRAM) bpipe-fd.la $(DESTDIR)$(plugindir)
|
|
- $(RMF) $(DESTDIR)$(plugindir)/bpipe-fd.la
|
|
|
|
install-test-plugin: all
|
|
$(MKDIR) $(DESTDIR)$(plugindir)
|