Skip to content

Commit

Permalink
fix regression in install-config Makefile target
Browse files Browse the repository at this point in the history
closes #34
  • Loading branch information
rofl0r committed Jul 22, 2014
1 parent a30f514 commit d8a0870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)/%)
Expand Down

0 comments on commit d8a0870

Please sign in to comment.