1
0
mirror of https://github.com/rofl0r/proxychains-ng synced 2025-01-08 22:22:52 +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)/%: % $(DESTDIR)$(libdir)/%: %
$(INSTALL) -D -m 644 $< $@ $(INSTALL) -D -m 644 $< $@
$(DESTDIR)$(sysconfdir)/%: % $(DESTDIR)$(sysconfdir)/%: src/%
$(INSTALL) -D -m 644 $< $@ $(INSTALL) -D -m 644 $< $@
install-libs: $(ALL_LIBS:%=$(DESTDIR)$(libdir)/%) install-libs: $(ALL_LIBS:%=$(DESTDIR)$(libdir)/%)