Ticket #87: iodine-0.5.2-prefix.patch

File iodine-0.5.2-prefix.patch, 280 bytes (added by guest, 3 years ago)
  • Makefile

    old new  
    1 prefix=/usr/local 
     1ifdef PREFIX 
     2prefix = $(PREFIX) 
     3else 
     4prefix = '/usr/local' 
     5endif 
    26sbindir=$(prefix)/sbin 
    37datadir=$(prefix)/share 
    48mandir=$(datadir)/man