Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rofl0r/proxychains-ng.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrofl0r <retnyg@gmx.net>2014-07-22 19:21:11 +0400
committerrofl0r <retnyg@gmx.net>2014-07-22 19:21:14 +0400
commitd8a08707e7dc2b351864601a8e8f0cddb45cd21a (patch)
tree0a4df6e9b9777799bf9e5f232e5bcf04753b96d3 /Makefile
parenta30f5143098dd1387d2b4444bc32c3d2634cad76 (diff)
fix regression in install-config Makefile target
closes #34
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5aa99ac..3a179ea 100644
--- a/Makefile
+++ b/Makefile
@@ -59,7 +59,7 @@ $(DESTDIR)$(bindir)/%: %
$(DESTDIR)$(libdir)/%: %
$(INSTALL) -D -m 644 $< $@
-$(DESTDIR)$(sysconfdir)/%: %
+$(DESTDIR)$(sysconfdir)/%: src/%
$(INSTALL) -D -m 644 $< $@
install-libs: $(ALL_LIBS:%=$(DESTDIR)$(libdir)/%)