aboutsummaryrefslogtreecommitdiff
path: root/packages/ubuntu/configure
diff options
context:
space:
mode:
Diffstat (limited to 'packages/ubuntu/configure')
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/ubuntu/configure b/packages/ubuntu/configure
index c67f37e88..dc69d1dcb 100755
--- a/packages/ubuntu/configure
+++ b/packages/ubuntu/configure
@@ -1705,9 +1705,9 @@ else
fi
fi
-NDPI_VERS=`../version.sh --release`
-MAJOR_RELEASE=`../version.sh --major-release`
-GIT_REVISION=`../version.sh --revision`
+NDPI_VERS=`$(dirname "${0}")/../version.sh --release`
+MAJOR_RELEASE=`$(dirname "${0}")/../version.sh --major-release`
+GIT_REVISION=`$(dirname "${0}")/../version.sh --revision`
ac_config_files="$ac_config_files Makefile debian/changelog debian/files debian/control"