summaryrefslogtreecommitdiff
path: root/sysutils/bacula/patches/patch-src_plugins_fd_Makefile
blob: bbebe0b0477f4c58f947f12156e6024aa9f1e3f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-src_plugins_fd_Makefile,v 1.1 2022/10/06 02:58:17 markd Exp $

don't remove file we justr installed

--- src/plugins/fd/Makefile.orig	2022-08-05 15:13:35.000000000 +0000
+++ src/plugins/fd/Makefile
@@ -125,7 +125,6 @@ test_kubernetes_backend: Makefile $(TEST
 install: all $(EXTRA_INSTALL_TARGET)
 	$(MKDIR) $(DESTDIR)$(plugindir)
 	$(LIBTOOL_INSTALL) $(INSTALL_PROGRAM) bpipe-fd.la $(DESTDIR)$(plugindir)
-	$(RMF) $(DESTDIR)$(plugindir)/bpipe-fd.la
 
 install-docker:
 	$(MAKE) -C docker install-docker