Sophie

Sophie

distrib > Fedora > 13 > x86_64 > by-pkgid > dd8127517eaec58a944fe31529625897 > files > 1

iodine-0.6.0-0.rc1.6.fc13.src.rpm

--- Makefile.orig	2009-03-21 16:07:49.000000000 +0300
+++ Makefile	2009-10-24 14:55:55.000000000 +0400
@@ -1,4 +1,8 @@
-prefix=/usr/local
+ifdef PREFIX
+prefix = $(PREFIX)
+else
+prefix = '/usr/local'
+endif
 sbindir=$(prefix)/sbin
 datadir=$(prefix)/share
 mandir=$(datadir)/man