From f8655e14b9df1b773dafbb5a34c04d0112345c05 Mon Sep 17 00:00:00 2001 From: Jeremy Huntwork Date: Tue, 1 Nov 2005 15:57:40 +0000 Subject: [PATCH] Allow a user to specify a directory PREFIX (like /usr/local) for jhalfs if they like --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a222433..9f310cb 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,10 @@ # Makefile to install jhalfs system-wide # Where the files will be installed -BIN=/usr/bin +PREFIX=/usr +BIN=$(PREFIX)/bin CONFIG=/etc/jhalfs -DATA=/usr/share/jhalfs +DATA=$(PREFIX)/share/jhalfs # List of additional files DATAFILES=functions dump-lfs-scripts.xsl README