Skip to content

Commit

Permalink
makefile: another install fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stsp committed Feb 14, 2021
1 parent 2ebc09d commit 221d841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arch/linux/Makefile.main
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ install:
done
$(INSTALL) -d $(DESTDIR)$(docdir)
for i in NEWS THANKS BUGS changelog; do \
$(INSTALL) -m 0644 $(top_builddir)/$$i $(DESTDIR)$(docdir); \
$(INSTALL) -m 0644 $(REALTOPDIR)/$$i $(DESTDIR)$(docdir); \
done
for i in README EMUfailure tweaks; do \
$(INSTALL) -m 0644 $(REALTOPDIR)/doc/$$i.html $(DESTDIR)$(docdir); \
Expand Down

0 comments on commit 221d841

Please sign in to comment.