Skip to content

Commit e55542a

Browse files
mrtazzejacques
authored andcommitted
add DESTDIR to local install in packaging Makefile
1 parent 2cc8776 commit e55542a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.packaging.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.PHONY: rpm deb packages deploy-packages
33

44
local-install:
5-
$(MAKE) install PREFIX=usr
5+
$(MAKE) install PREFIX=usr DESTDIR="$(CURDIR)"
66

77
NAME=restclient-cpp
88
VERSION = $(shell git describe --tags --always --dirty)

0 commit comments

Comments
 (0)