Skip to content

Commit

Permalink
hotfix: remove trailing slash from etc/
Browse files Browse the repository at this point in the history
otherwise `make dist` creates `etc/etc/...` instead of just
`etc/...`
  • Loading branch information
N-R-K committed Jun 10, 2024
1 parent c08edca commit c618978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ man_MANS = man/scrot.1

dist_doc_DATA = AUTHORS ChangeLog CONTRIBUTING.md doc/scrot.png FAQ.md README.md TODO.md

EXTRA_DIST = $(man_MANS) autogen.sh deps.pc etc/
EXTRA_DIST = $(man_MANS) autogen.sh deps.pc etc

SUBDIRS = src

Expand Down

0 comments on commit c618978

Please sign in to comment.