Skip to content

Commit d8a0870

Browse files
committed
fix regression in install-config Makefile target
closes #34
1 parent a30f514 commit d8a0870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ $(DESTDIR)$(bindir)/%: %
5959
$(DESTDIR)$(libdir)/%: %
6060
$(INSTALL) -D -m 644 $< $@
6161

62-
$(DESTDIR)$(sysconfdir)/%: %
62+
$(DESTDIR)$(sysconfdir)/%: src/%
6363
$(INSTALL) -D -m 644 $< $@
6464

6565
install-libs: $(ALL_LIBS:%=$(DESTDIR)$(libdir)/%)

0 commit comments

Comments
 (0)