Skip to content

Commit

Permalink
Fix install location mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Feb 5, 2021
1 parent 61e9af8 commit d3380b5
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 @@ -53,7 +53,7 @@ install: $(PROGRAM) docs $(CONFIG) ## This will install the program local
$(MKDIR) -p $(DESTDIR)/usr/share/$(PROGRAM)
$(MKDIR) -p $(DESTDIR)/etc
$(CP) $(PROGRAM) $(DESTDIR)/usr/bin/$(PROGRAM)
$(CP) config/$(CONFIG) $(DESTDIR)/etc/$(CONFIG)
$(CP) $(CONFIG) $(DESTDIR)/etc/
$(CP) -r assets $(DESTDIR)/usr/share/$(PROGRAM)/assets
$(CP) -r docs $(DESTDIR)/usr/share/$(PROGRAM)/docs

Expand Down

0 comments on commit d3380b5

Please sign in to comment.