Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 8875ad5f authored by Robert Nelson's avatar Robert Nelson
Browse files

make it an or


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 6ef09dcf
Branches
No related merge requests found
......@@ -43,7 +43,7 @@ cleanup_suite () {
run () {
touch /tmp/sbuild-BUILDING.lock
out_dir="${localdir}/outgoing/${suite}/${deb_arch}/${debian_pkg_name}_${debian_version}/"
if [ -f /var/lib/sbuild/${suite}-${deb_arch}.tar.gz ] ; then
if [ -f /var/lib/sbuild/${suite}-${deb_arch}.tar.gz ] || [ -f /var/lib/sbuild/${suite}-${deb_arch}.tar ] ; then
if [ ! -f ./${suite}/PKG_BUILT ] ; then
cleanup_suite
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment