From 3db999b3b0f0cf181625c580da1cb8ce3649298e Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Mon, 2 Jul 2007 19:28:52 +0000 Subject: [PATCH] - install refresh-peer.py script --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1851f23..de39e71 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # Mark Huang # Copyright (C) 2005 The Trustees of Princeton University # -# $Id: Makefile,v 1.10 2006/12/15 16:20:20 mlhuang Exp $ +# $Id: Makefile,v 1.11 2006/12/18 17:55:58 mlhuang Exp $ # # Metafiles @@ -42,6 +42,7 @@ install: $(modules-install) --install-scripts=$(DESTDIR)/$(datadir)/plc_api \ --install-data=$(DESTDIR)/$(datadir)/plc_api install -D -m 755 php/xmlrpc/xmlrpc.so $(DESTDIR)/$(shell php-config --extension-dir)/xmlrpc.so + install -D -m 755 refresh-peer.py $(DESTDIR)/$(bindir)/refresh-peer.py $(subdirs): $(init) $(modules) -- 2.43.0