mirror of
https://github.com/novatiq/packages.git
synced 2026-07-30 23:33:06 +01:00
This is the client program for noip.com, which is a dynamic dns provider. Signed-off-by: Lawrence D'Anna <larry@elder-gods.org>
14 lines
244 B
Diff
14 lines
244 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -3,8 +3,8 @@ CC=gcc
|
|
PKG=noip-2.1.tgz
|
|
|
|
PREFIX=/usr/local
|
|
-CONFDIR=${PREFIX}/etc
|
|
-BINDIR=${PREFIX}/bin
|
|
+CONFDIR=${DESTDIR}/${PREFIX}/etc
|
|
+BINDIR=${DESTDIR}/${PREFIX}/bin
|
|
|
|
# these defines are for Linux
|
|
LIBS=
|