Skip to content

Commit 5bc4213

Browse files
author
Dougal Ballantyne
committed
Fixing bug with DESTDIR vs PREFIX
1 parent c1323f7 commit 5bc4213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SHELL = /bin/sh
2-
PREFIX ?= /opt/cfncluster
2+
DESTDIR ?= /opt/cfncluster
33

44
install:
55
install -d -m 755 $(DESTDIR)

0 commit comments

Comments
 (0)