summaryrefslogtreecommitdiff
path: root/src/poi-service/script/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/poi-service/script/Makefile')
-rw-r--r--src/poi-service/script/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/poi-service/script/Makefile b/src/poi-service/script/Makefile
index 44a8e30..1a0b041 100644
--- a/src/poi-service/script/Makefile
+++ b/src/poi-service/script/Makefile
@@ -34,6 +34,7 @@ CXX=g++
CXXFLAGS=-pipe -O2 -Wall
CHK_DIR_EXISTS=test -d
MKDIR=mkdir -p
+APT_GET=apt-get
default: help
@@ -55,7 +56,7 @@ all: $(ALL)
src-clean: $(SRC_CLEAN)
deps::
- sudo apt-get install $(DEPS)
+ sudo $(APT_GET) install $(DEPS)
all2: deps all