dev/chroot-test/copy-installables
changeset 326 b44dd7bad82c
parent 314 c02eae7665af
child 329 11db65f65fa7
--- a/dev/chroot-test/copy-installables	Tue Sep 06 17:12:57 2011 +0100
+++ b/dev/chroot-test/copy-installables	Wed Sep 07 10:56:24 2011 +0100
@@ -1,3 +1,6 @@
-
-hg st -mac0n -X '.hg*' -X 'dev/**' \
-    | cpio -p -0 -d $BACKING/action/mercurial-server
+if $CHROOT_TEST_INSTALLDEB ; then
+    cp build/debian/*.deb $BACKING/action
+else
+    hg st -mac0n -X '.hg*' -X 'dev/**' \
+        | cpio -p -0 -d $BACKING/action/mercurial-server
+fi