forked from pool/iodine
Malcolm Lewis
fe29d43d8c
- separate user for iodined - added a default config (bnc#857181) with a chroot directory - fixed license string - update to 0.7.0 OBS-URL: https://build.opensuse.org/request/show/246616 OBS-URL: https://build.opensuse.org/package/show/network:utilities/iodine?expand=0&rev=2
10 lines
261 B
Diff
10 lines
261 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
|