We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8a6aa9 + 3b4e835 commit 86cb0d6Copy full SHA for 86cb0d6
Makefile
@@ -1,8 +1,7 @@
1
-PREFIX := /etc/openvpn
2
-DESTDIR := $(PREFIX)/scripts
+PREFIX ?= /etc/openvpn/scripts
3
4
SRC = update-systemd-resolved
5
-DEST = $(DESTDIR)/$(SRC)
+DEST = $(DESTDIR)$(PREFIX)/$(SRC)
6
7
.PHONY: all install info
8
0 commit comments