← Back to team overview

linuxdcpp-team team mailing list archive

[Branch ~linuxdcpp-team/linuxdcpp/trunk] Rev 357: Fix build when not in bzr tree/bzr not available

 

------------------------------------------------------------
revno: 357
committer: Razzloss <razzloss@xxxxxxxxx>
branch nick: master
timestamp: Tue 2010-03-16 11:57:54 +0200
message:
  Fix build when not in bzr tree/bzr not available
modified:
  SConstruct


--
lp:linuxdcpp
https://code.launchpad.net/~linuxdcpp-team/linuxdcpp/trunk

Your team LinuxDC++ Team is subscribed to branch lp:linuxdcpp.
To unsubscribe from this branch go to https://code.launchpad.net/~linuxdcpp-team/linuxdcpp/trunk/+edit-subscription.
=== modified file 'SConstruct'
--- SConstruct	2010-03-16 09:46:02 +0000
+++ SConstruct	2010-03-16 09:57:54 +0000
@@ -231,8 +231,9 @@
 
 	rev = CheckBZRRevision()
 	if rev != 0: 	
-			conf.env['LDCPP_BZRREV'] = rev
+		conf.env['LDCPP_BZRREV'] = rev
 	else:
+		conf.env['LDCPP_BZRREV'] = 0
 		print 'Revision number will not be included'