From 49baabb03e6e9181fa63919f16db977148431f6c Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 30 Sep 2011 14:51:51 +0000 Subject: [PATCH] Debian packaging: adjust install destination for renamed package From: Michael Prokop --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 96863ef..4a38336 100755 --- a/debian/rules +++ b/debian/rules @@ -63,7 +63,7 @@ install: build dh_clean -k dh_installdirs - $(MAKE) install DESTDIR=$(CURDIR)/debian/sipsak + $(MAKE) install DESTDIR=$(CURDIR)/debian/ngcp-sipsak binary-indep: build install # We have nothing to do by default.