iodine/iodine-fix-makefile-prefix.patch
Malcolm Lewis fe29d43d8c Accepting request 246616 from home:Aikhjarto:branches:network:utilities
- 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
2014-11-22 01:56:58 +00:00

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