Skip to content

Commit

Permalink
Fixing .deb builder.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvorka committed Apr 15, 2023
1 parent ce3c148 commit f370a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/debian/make-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ function buildDebPackage() {
echo "This script MUST run on Debian OS (or VM)"
echo "This script is expected to be copied to and run from: ~/p/hstr/debian"

if [ -e "../.git" ]
if [ -e "../../.git" ]
then
echo "This script must NOT be run from Git repository - run it e.g. from ~/p/hstr/debian instead"
exit 1
Expand Down

0 comments on commit f370a80

Please sign in to comment.