mirror of
https://github.com/dokku/dokku.git
synced 2025-12-28 16:06:40 +01:00
Merge pull request #219 from jaseg/patch-1
Update Makefile: Do not try to install on "make" or "make all"
This commit is contained in:
7
Makefile
7
Makefile
@@ -4,9 +4,12 @@ PLUGINHOOK_URL ?= https://s3.amazonaws.com/progrium-pluginhook/pluginhook_0.1.0_
|
||||
STACK_URL ?= github.com/progrium/buildstep
|
||||
PREBUILT_STACK_URL ?= https://s3.amazonaws.com/progrium-dokku/progrium_buildstep_c30652f59a.tgz
|
||||
|
||||
all: dependencies stack install plugins
|
||||
all:
|
||||
# Type "make install" to install.
|
||||
|
||||
install:
|
||||
install: dependencies stack copyfiles plugins
|
||||
|
||||
copyfiles:
|
||||
cp dokku /usr/local/bin/dokku
|
||||
cp receiver /home/git/receiver
|
||||
mkdir -p /var/lib/dokku/plugins
|
||||
|
||||
Reference in New Issue
Block a user