diff --git a/Makefile b/Makefile index 99b6103e..f1ff5a99 100644 --- a/Makefile +++ b/Makefile @@ -25,8 +25,8 @@ build: go build -o packaging/root/usr/local/bin/droned -ldflags "-X main.revision $(SHA)" github.com/drone/drone/server install: - install -t /usr/local/bin debian/drone/usr/local/bin/drone - install -t /usr/local/bin debian/drone/usr/local/bin/droned + install -t /usr/local/bin packaging/root/usr/local/bin/drone + install -t /usr/local/bin packaging/root/usr/local/bin/droned run: @go run server/main.go --config=$$HOME/.drone/config.toml @@ -89,4 +89,4 @@ rpm: # DRONE_STAGING_KEY -- the identity file path (~/.ssh/id_rsa) deploy: scp -i $$DRONE_STAGING_KEY debian/drone.deb $$DRONE_STAGING_USER@$$DRONE_STAGING_HOST:/tmp - ssh -i $$DRONE_STAGING_KEY $$DRONE_STAGING_USER@$$DRONE_STAGING_HOST -- dpkg -i /tmp/drone.deb \ No newline at end of file + ssh -i $$DRONE_STAGING_KEY $$DRONE_STAGING_USER@$$DRONE_STAGING_HOST -- dpkg -i /tmp/drone.deb