Skip to content

Commit

Permalink
fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxUserJTB committed Jan 18, 2025
1 parent c527f23 commit d5ac612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ install-isolate:
cd isolate && sudo cp ./default.cf $(USR_ROOT)/etc/isolate
sudo chgrp $(CMS_USER_GROUP) $(USR_ROOT)/etc/isolate
sudo chmod 640 $(USR_ROOT)/etc/isolate
echo $(isolate --version)
echo $(shell isolate --version)


python-apt-deps:
Expand All @@ -50,7 +50,7 @@ apt-deps:
sudo $(PACKAGE_MGR_INSTALL) build-essential openjdk-17-jdk-headless fp-compiler \
postgresql postgresql-client cppreference-doc-en-html \
cgroup-lite libcap-dev zip libpq-dev libcups2-dev libyaml-dev \
libffi-dev
libffi-dev

install-cms:
$(PYTHON_BIN) -m venv $(VENV_PATH)
Expand Down

0 comments on commit d5ac612

Please sign in to comment.