← Back to team overview

linuxdcpp-team team mailing list archive

[Branch ~linuxdcpp-team/linuxdcpp/trunk] Rev 380: Revert to /usr prefix

 

------------------------------------------------------------
revno: 380
committer: Steven Sheehy <steven.sheehy@xxxxxxxxx>
branch nick: trunk
timestamp: Thu 2010-08-19 23:04:54 -0500
message:
  Revert to /usr prefix
modified:
  debian/rules


--
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 'debian/rules'
--- debian/rules	2010-08-19 06:00:52 +0000
+++ debian/rules	2010-08-20 04:04:54 +0000
@@ -11,9 +11,8 @@
 
 build-stamp:
 	dh_testdir
-#	Swap below lines and uncomment dh_strip for a release
-#	scons release=1 PREFIX=/usr FAKE_ROOT=debian/$(package)
-	scons debug=1 PREFIX=/usr/local FAKE_ROOT=debian/$(package)
+#	Change to release=1 and uncomment dh_strip below for a release
+	scons debug=1 PREFIX=/usr FAKE_ROOT=debian/$(package)
 	touch $@
 
 clean: