honeytrap / honeytrap-packaging

Used for building Debian and Centos packages
Apache License 2.0
2 stars 6 forks source link

Fix capitalization in build-honeytrap-agent.sh #2

Closed skamoen closed 6 years ago

skamoen commented 6 years ago

On my machine this is case-sensitive, so the writing of the control file would result in

/build/build-honeytrap-agent.sh: 24: /build/build-honeytrap-agent.sh: cannot create honeytrap-agent/debian/control: Directory nonexistent
dpkg-deb: error: failed to open package info file 'honeytrap-agent/DEBIAN/control' for reading: No such file or directory

This PR fixes this.