diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-10 00:13:55 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-10 00:13:55 +0000 |
| commit | ec42d15792f1de070e4836e33d2dd69c837566dd (patch) | |
| tree | 83d4eebe8af6fcf7bb19dad581d1627db2e9b758 | |
| parent | 4773e93ff19aa370546557607b039c1639db4570 (diff) | |
More of the same.
| -rwxr-xr-x | builds/deb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builds/deb b/builds/deb index 812ddf8ba..fa98f349c 100755 --- a/builds/deb +++ b/builds/deb @@ -21,5 +21,6 @@ sudo cp *.tar.bz2 $CHROOT/root/ sudo schroot -c "ubuntu-$ID" -d /root -u root -- /bin/sh -c "tar xjf dvdomatic-$VERSION.tar.bz2 && cd dvdomatic-$VERSION && builds/chroot-deb $UBUNTU_VERSION" mkdir -p build/deb/$ID/ echo "Copying $CHROOT/root/dvdomatic-$VERSION/build/deb/dvdomatic_$VERSION-1_i386.deb to build/deb/$ID" +sudo ls -lh $CHROOT/root/dvdomatic-$VERSION/build/deb/dvdomatic_$VERSION-1_i386.deb sudo cp -v $CHROOT/root/dvdomatic-$VERSION/build/deb/dvdomatic_$VERSION-1_i386.deb build/deb/$ID/ |
