forked from pool/iodine
6851ebb85c
New package: Lets you tunnel IPv4 data through a DNS server. This can be usable in different situations where internet access is firewalled, but DNS queries are allowed. Development project required before push to factory, required by NetworkManager-iodine. OBS-URL: https://build.opensuse.org/request/show/134980 OBS-URL: https://build.opensuse.org/package/show/network:utilities/iodine?expand=0&rev=1
10 lines
260 B
Diff
10 lines
260 B
Diff
diff -Naur a/Makefile b/Makefile
|
|
--- a/Makefile 2009-01-25 15:40:04.000000000 -0600
|
|
+++ b/Makefile 2012-09-06 09:02:31.056193204 -0500
|
|
@@ -1,4 +1,4 @@
|
|
-prefix=/usr/local
|
|
+prefix=$(PREFIX)
|
|
sbindir=$(prefix)/sbin
|
|
datadir=$(prefix)/share
|
|
mandir=$(datadir)/man
|