[or-cvs] r11676: Remove constraint of checkout directory being /usr/src/incog (incognito/trunk)
double at seul.org
double at seul.org
Thu Sep 27 20:11:12 UTC 2007
Author: double
Date: 2007-09-27 16:11:12 -0400 (Thu, 27 Sep 2007)
New Revision: 11676
Modified:
incognito/trunk/livecd-stage2.sh
Log:
Remove constraint of checkout directory being /usr/src/incognito.
Modified: incognito/trunk/livecd-stage2.sh
===================================================================
--- incognito/trunk/livecd-stage2.sh 2007-09-27 19:59:20 UTC (rev 11675)
+++ incognito/trunk/livecd-stage2.sh 2007-09-27 20:11:12 UTC (rev 11676)
@@ -52,6 +52,9 @@
# Remove SVN directories
find "${DIR}" -xdev -type d -a -name ".svn" -print0 | xargs -0 rm -rf
+# Fix checkout root
+sed -i "s:/usr/src/incognito:$(pwd):g" "${DIR}/livecd-stage2.spec"
+
# Do branding replacement
# TODO: Get these two from somewhere else
INCOGNITO="Incognito"
More information about the tor-commits
mailing list