1
0
mirror of https://github.com/rofl0r/proxychains-ng synced 2025-01-06 21:02:55 +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
parent a30f514309
commit d8a08707e7

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)/%)