Skip to content

Commit

Permalink
Update build-debian.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch authored Jan 12, 2024
1 parent a31448c commit f185996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/build-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ docker exec --privileged -ti $DOCKER_CONTAINER_ID apt-get -y install dpkg-dev de
docker exec --privileged -ti $DOCKER_CONTAINER_ID apt-get -y install dh-exec autotools-dev autoconf gzip

docker exec --privileged -ti $DOCKER_CONTAINER_ID /bin/bash -xec \
"update-alternatives --set fakeroot /usr/bin/fakeroot-tcp; cd ci-source; chmod +x ./*.sh; ./build-deb.sh $CONTAINER_DISTRO; mkdir dist; mv ../*.deb dist; chmod -R a+rw dist"
"update-alternatives --set fakeroot /usr/bin/fakeroot-tcp; git config --global --add safe.directory /ci-source; cd ci-source; chmod +x ./*.sh; ./build-deb.sh $CONTAINER_DISTRO; mkdir dist; mv ../*.deb dist; chmod -R a+rw dist"

find dist -name \*.\*$EXT

Expand Down

0 comments on commit f185996

Please sign in to comment.