[Pkg-mongodb-maintainers] [pkg-mongodb] 103/394: added --full to install and removed not necessary prefix
    Apollon Oikonomopoulos 
    apoikos at moszumanska.debian.org
       
    Wed Sep 21 13:58:23 UTC 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
apoikos pushed a commit to branch master
in repository pkg-mongodb.
commit 63f119d2d1a2ed62bc492b427fc498c3c3989149
Author: Antonin Kral <a.kral at bobek.cz>
Date:   Wed Aug 11 14:43:46 2010 +0200
    added --full to install and removed not necessary prefix
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index b993cec..61118b1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,7 +33,7 @@ build-stamp: configure-stamp
 	dh_testdir
 
 	# Add here commands to compile the package.
-	scons --prefix=$(CURDIR)/debian/tmp $(DEB_SCONS_FLAGS)
+	scons $(DEB_SCONS_FLAGS)
 	#docbook-to-man debian/mongodb.sgml > mongodb.1
 
 	#run regression tests
@@ -78,7 +78,7 @@ install: build
 	dh_prep
 	dh_installdirs
 
-	scons --prefix=$(CURDIR)/debian/tmp/usr install
+	scons --prefix=$(CURDIR)/debian/tmp/usr --full install
 
 	mkdir -p $(CURDIR)/debian/tmp/usr/share/lintian/overrides/
 	install -m 644 $(CURDIR)/debian/mongodb-server.lintian \
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mongodb/pkg-mongodb.git
    
    
More information about the Pkg-mongodb-maintainers
mailing list