r43812 - /scripts/KGB/Makefile

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Sep 7 13:03:57 UTC 2009


Author: dmn
Date: Mon Sep  7 13:03:45 2009
New Revision: 43812

URL: http://svn.debian.org/wsvn/?sc=1&rev=43812
Log:
Makefile: also install client script

Modified:
    scripts/KGB/Makefile

Modified: scripts/KGB/Makefile
URL: http://svn.debian.org/wsvn/scripts/KGB/Makefile?rev=43812&op=diff
==============================================================================
--- scripts/KGB/Makefile (original)
+++ scripts/KGB/Makefile Mon Sep  7 13:03:45 2009
@@ -5,12 +5,18 @@
 all:
 
 install:
+	# server
 	install -d $(DESTDIR)/$(PREFIX)/sbin
 	install -m 0755 server/KGB $(DESTDIR)/$(PREFIX)/sbin/kgb-bot
 	install -d $(DESTDIR)/$(PREFIX)/share/man/man1
 	pod2man server/KGB > $(DESTDIR)/$(PREFIX)/share/man/man1/kgb-bot.1
+	# server config
 	install -d $(DESTDIR)/etc/kgb-bot
 	install -m 0640 server/kgb.conf.sample $(DESTDIR)/etc/kgb-bot/kgb.conf
+	# client
+	install -d $(DESTDIR)/$(PREFIX)/bin
+	install -m 0055 client/KGB_sendcommit $(DESTDIR)/$(PREFIX)/bin/kgb-client
+	pod2man client/KGB_sendcommit > $(DESTDIR)/$(PREFIX)/share/man/man1/kgb-client.1
 
 test:
 	$(PERL) -c server/KGB




More information about the Pkg-perl-cvs-commits mailing list