From 4aa9c7d13c6ca8758ad1fa43188ae174bfa908e0 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 18 Jun 2007 12:37:54 +0000 Subject: [PATCH] Install pazpar2 in /usr/sbin rather than /usr/bin --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 26da933..59c656e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ -# $Id: Makefile.am,v 1.27 2007-06-17 07:04:37 adam Exp $ +# $Id: Makefile.am,v 1.28 2007-06-18 12:37:54 adam Exp $ -bin_PROGRAMS = pazpar2 +sbin_PROGRAMS = pazpar2 noinst_PROGRAMS = icu_chain_test -- 1.7.10.4