Skip to content

Commit

Permalink
error out of the deb build fails
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuseteam committed May 4, 2022
1 parent 12fd86a commit 9c4d5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-waydroid-for-debian-or-ubuntu-v4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ do
mk-build-deps -ir -t "apt-get -o Debug::pkgProblemResolver=yes -y --no-install-recommends"
echo -e "${GREEN}==> Building dependencies, done...${NC}\n"
echo -e "${GREEN}==> Building package: ${i} ...${NC}"
debuild -b -uc -us
debuild -b -uc -us || { echo -e "${RED}==> Building package: ${i}, failed.${NC}\n"; exit 1; }
echo -e "${GREEN}==> Building package: ${i}, done.${NC}\n"
echo -e "${GREEN}==> Installing packages ...${NC}"
cd ..
Expand Down

0 comments on commit 9c4d5bf

Please sign in to comment.