SHA256
1
0
forked from pool/iodine
iodine/iodine-fix-makefile-prefix.patch
Ismail Dönmez 6851ebb85c Accepting request 134980 from home:malcolmlewis:TESTING
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
2012-09-19 16:56:25 +00:00

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