mirror of
https://github.com/dvorka/hstr.git
synced 2024-12-25 00:44:26 +08:00
Fixing .deb builder.
This commit is contained in:
parent
bb90b53f96
commit
b018a985a3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue