[23829] in Source-Commits
/svn/athena r23440 - trunk/debathena/scripts
daemon@ATHENA.MIT.EDU (tabbott@MIT.EDU)
Sat Jan 31 19:29:55 2009
Date: Sat, 31 Jan 2009 19:29:26 -0500 (EST)
From: tabbott@MIT.EDU
Message-Id: <200902010029.TAA16222@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: tabbott
Date: 2009-01-31 19:29:24 -0500 (Sat, 31 Jan 2009)
New Revision: 23440
Modified:
trunk/debathena/scripts/dasource
Log:
dasource: Use the daorig in $basedir, not PATH.
Modified: trunk/debathena/scripts/dasource
===================================================================
--- trunk/debathena/scripts/dasource 2009-02-01 00:04:51 UTC (rev 23439)
+++ trunk/debathena/scripts/dasource 2009-02-01 00:29:24 UTC (rev 23440)
@@ -95,7 +95,7 @@
([-f "$dir/debian/control.in"] && cd $dir && DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes debian/rules debian/control)
# Create a suitable orig tarball if necessary.
- (cd $dir && daorig)
+ (cd $dir && $basedir/daorig)
# Build an unsigned package, ignoring version control subdirs in the source.
echo "Creating source package"