mirror of
https://github.com/dokku/dokku.git
synced 2025-12-16 12:07:45 +01:00
call make stack in subprocess
This commit is contained in:
5
Makefile
5
Makefile
@@ -22,7 +22,7 @@ include deb.mk
|
||||
all:
|
||||
# Type "make install" to install.
|
||||
|
||||
install: dependencies stack copyfiles plugin-dependencies plugins version
|
||||
install: dependencies copyfiles plugin-dependencies plugins version
|
||||
|
||||
release: deb-all package_cloud packer
|
||||
|
||||
@@ -61,7 +61,8 @@ plugin-dependencies: pluginhook
|
||||
plugins: pluginhook docker
|
||||
dokku plugins-install
|
||||
|
||||
dependencies: sshcommand pluginhook docker stack help2man
|
||||
dependencies: sshcommand pluginhook docker help2man
|
||||
$(MAKE) -e stack
|
||||
|
||||
help2man:
|
||||
apt-get install -qq -y help2man
|
||||
|
||||
Reference in New Issue
Block a user