Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmicFusion committed Jul 22, 2024
1 parent 35be64b commit 7799ee8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ apt-get build-dep ./ -y

# Build package
for i in ../patches/* ; do echo "Applying Patch: $i" && patch -Np1 -i $i || bash -c "echo "Applying Patch $i Failed!" && exit 2"; done
LOGNAME=root dh_make --createorig -y -l -p exiv2_0.28.3 || echo "dh-make didn't go clean"
#LOGNAME=root dh_make --createorig -y -l -p exiv2_0.28.3 || echo "dh-make didn't go clean"
LOGNAME=root dh_make --createorig -y -l -p exiv2_0.28.3+dfsg-2 || echo "dh-make didn't go clean"
dpkg-buildpackage --no-sign

# Move the debs to output
Expand Down

0 comments on commit 7799ee8

Please sign in to comment.