Fixing .deb builder.

This commit is contained in:
Martin Dvorak 2023-04-15 18:01:42 +02:00
parent bb90b53f96
commit b018a985a3

View file

@ -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