diff options
Diffstat (limited to 'builds/deb')
| -rwxr-xr-x | builds/deb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builds/deb b/builds/deb index 8bf5d357b..0425acdc0 100755 --- a/builds/deb +++ b/builds/deb @@ -20,5 +20,6 @@ echo "version: $VERSION" 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 cp $CHROOT/root/dvdomatic-$VERSION/build/deb/dvdomatic_$VERSION-1_i386.deb build/deb/$ID |
