Skip to content

Commit 1ad8524

Browse files
committed
Fixed inclusion of postinstall #3266
1 parent 1fedefc commit 1ad8524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/tool.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ $(addsuffix /Dockerfile,$(ALL_TOOLS)):$(TOOLS_DIR)/%/Dockerfile: \
4040
cat $@.template >$@; \
4141
echo >>$@; \
4242
echo >>$@; \
43-
if test -f $(TOOLS_DIR)/$*/post_install.sh; then echo 'COPY post_install.sh $${prefix}$${uniget_post_install}/$${name}.sh' >>$@; fi; \
43+
if test -f $(TOOLS_DIR)/$*/post_install.sh; then echo 'COPY post_install.sh /uniget_bootstrap/var/lib/uniget/post_install/$*.sh' >>$@; fi; \
4444
cat $(TOOLS_DIR)/Dockerfile.tail >>$@
4545

4646
.PHONY:

0 commit comments

Comments
 (0)