Codebase list rust-libslirp / eaab0c8
repackage.sh: do rebuild if $DEBCARGO changed in the meantime Ximin Luo 5 years ago
1 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
11
22 . ./vars.sh.frag
33
4 if ! shouldbuild "$BUILDDIR/debian/changelog" "$PKGDIR/debian/changelog"; then
4 if ! shouldbuild "$BUILDDIR/debian/changelog" "$PKGDIR/debian/changelog" && \
5 ! shouldbuild "$BUILDDIR/debian/changelog" "$DEBCARGO"; then
56 exit 0
67 fi
78