Skip to content

Commit

Permalink
fix(docker): Make sure Lua modules installation works on the first pass
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Jul 17, 2020
1 parent 62c132b commit f0c3e26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ endif

MANUAL = documentation/sile.pdf

Makefile-distfiles: build-aux/list-dist-files.sh .version
Makefile-distfiles: build-aux/list-dist-files.sh .version sile-dev-1.rockslock
$< 2>/dev/null > $@

include Makefile-distfiles
Expand Down Expand Up @@ -51,7 +51,7 @@ if EXAMPLES
_DATA_HOOK_DEPS += $(EXAMPLES)
endif

install-data-hook: $(_DATA_HOOK_DEPS)
install-data-hook: Makefile-distfiles $(_DATA_HOOK_DEPS)
:
if MANUAL
rm -f "$(DESTDIR)/$(datarootdir)/$<"
Expand Down

0 comments on commit f0c3e26

Please sign in to comment.