1
0
mirror of https://github.com/rofl0r/proxychains-ng synced 2026-05-15 01:52:34 +08:00

fix regression in install-config Makefile target

closes #34
This commit is contained in:
rofl0r
2014-07-22 17:21:11 +02:00
Unverified
parent a30f514309
commit d8a08707e7
+1 -1
View File
@@ -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)/%)