From 371ec68502acf7aadec9a957533d9dd570ee3682 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Tue, 30 Sep 2008 08:45:54 +0000 Subject: [PATCH] Explicitly create plugin directory in Makefile git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7670 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/plugins/fd/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/bacula/src/plugins/fd/Makefile.in b/bacula/src/plugins/fd/Makefile.in index eef99a58aa..a38d1994a5 100644 --- a/bacula/src/plugins/fd/Makefile.in +++ b/bacula/src/plugins/fd/Makefile.in @@ -39,6 +39,7 @@ bpipe-fd.so: bpipe-fd.o $(CXX) $(LDFLAGS) -shared bpipe-fd.o -o bpipe-fd.so install: all + $(MKDIR) $(DESTDIR)$(plugindir) $(INSTALL_PROGRAM) bpipe-fd.so $(DESTDIR)$(plugindir)/bpipe-fd.so clean: -- 2.39.5