summaryrefslogtreecommitdiff
path: root/src/navigation/script/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/navigation/script/Makefile')
-rw-r--r--src/navigation/script/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/navigation/script/Makefile b/src/navigation/script/Makefile
index 13e7fa7..bb0bb4a 100644
--- a/src/navigation/script/Makefile
+++ b/src/navigation/script/Makefile
@@ -32,6 +32,7 @@ MAP_DIR=$(CURDIR)/../../map
CONSTANTS_BIN=$(BIN_DIR)/constants
QMAKE=qmake
+APT_GET=apt-get
default: help
@@ -50,7 +51,7 @@ all: $(ALL)
src-clean: $(SRC_CLEAN)
deps::
- sudo apt-get install $(DEPS)
+ sudo $(APT_GET) install $(DEPS)
# See https://bugs.launchpad.net/ubuntu/+source/freetype/+bug/1319642 why this is necessary
[ -e /usr/include/freetype2/freetype ] || sudo ln -s . /usr/include/freetype2/freetype