summaryrefslogtreecommitdiff
path: root/debian/build-orig.sh
diff options
context:
space:
mode:
authorctrlsoft-guest <ctrlsoft-guest>2008-12-23 04:43:03 +0000
committerctrlsoft-guest <ctrlsoft-guest>2008-12-23 04:43:03 +0000
commitcbfa510a68b51ee1abd61b27fcc87276f59b80d7 (patch)
tree9f593e0c2df29406049ec36a397468c5609cf1ab /debian/build-orig.sh
parent3e91b3170e56f1fcf2657b1c8996a825454c577a (diff)
Package new snapshot.
Diffstat (limited to 'debian/build-orig.sh')
-rw-r--r--debian/build-orig.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/build-orig.sh b/debian/build-orig.sh
index 515510b..c81eefd 100644
--- a/debian/build-orig.sh
+++ b/debian/build-orig.sh
@@ -8,7 +8,7 @@ if [ -z "$GIT_URL" ]; then
fi
if [ -z "$REFSPEC" ]; then
- REFSPEC=origin/v4-0-test
+ REFSPEC=origin/master
fi
LDBTMP=$TMPDIR/$RANDOM.ldb.git
@@ -20,11 +20,11 @@ if [ ! -z "$REFSPEC" ]; then
popd
fi
-mv $LDBTMP/source/lib/ldb "ldb-$version"
-mv $LDBTMP/source/lib/replace "ldb-$version/libreplace"
-mv $LDBTMP/source/lib/events "ldb-$version/events"
-mv $LDBTMP/source/lib/tdb "ldb-$version/tdb"
-mv $LDBTMP/source/lib/talloc "ldb-$version/talloc"
+mv $LDBTMP/source4/lib/ldb "ldb-$version"
+mv $LDBTMP/lib/replace "ldb-$version/libreplace"
+mv $LDBTMP/lib/tevent "ldb-$version/tevent"
+mv $LDBTMP/lib/tdb "ldb-$version/tdb"
+mv $LDBTMP/lib/talloc "ldb-$version/talloc"
rm -rf $LDBTMP
pushd "ldb-$version" && ./autogen.sh && popd
tar cvz "ldb-$version" > "ldb_$version.orig.tar.gz"