From 034fa573ee28e12ea79f52abc0189985576d6191 Mon Sep 17 00:00:00 2001 From: psychon Date: Sun, 16 May 2010 13:15:10 +0000 Subject: [PATCH] Fix out-of-tree builds It was looking for the webskins directory in the wrong spot. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1993 726aef4b-f618-498e-8847-2d620e286838 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 826c0141..8bcc5713 100644 --- a/Makefile.in +++ b/Makefile.in @@ -74,7 +74,7 @@ install: znc $(LIBZNC) mkdir -p $(DESTDIR)$(PKGCONFIGDIR) mkdir -p $(DESTDIR)$(MODDIR) mkdir -p $(DESTDIR)$(DATADIR) - cp -Rp webskins $(DESTDIR)$(DATADIR) + cp -Rp $(srcdir)/webskins $(DESTDIR)$(DATADIR) install -m 0755 znc $(DESTDIR)$(bindir) install -m 0755 znc-config $(DESTDIR)$(bindir) install -m 0755 znc-buildmod $(DESTDIR)$(bindir)