8000 Don't override PREFIX (pull request #17). · devandroid/chruby@beb9fd6 · GitHub
[go: up one dir, main page]

Skip to content

Commit beb9fd6

Browse files
committed
Don't override PREFIX (pull request postmodern#17).
1 parent 860ac79 commit beb9fd6

File tree

1 file changed

+1
-1
lines changed
8000

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ PKG_NAME=$(NAME)-$(VERSION)
1111
PKG=$(PKG_DIR)/$(PKG_NAME).tar.gz
1212
SIG=$(PKG_DIR)/$(PKG_NAME).asc
1313

14-
PREFIX=/usr/local
14+
PREFIX?=/usr/local
1515
DOC_DIR=$(PREFIX)/share/doc/$(PKG_NAME)
1616

1717
pkg:

0 commit comments

Comments
 (0)
0