TT#124273 Use $(CURDIR) instead of $(shell pwd)

Change-Id: I91955c96416790b85dbea51515d3ca03b8f9096c
pull/4/head
Guillem Jover 4 years ago
parent 00d9aaa3ed
commit 00b07e2225

2
debian/rules vendored

@ -14,7 +14,7 @@ override_dh_auto_build:
cp debian/server.ini server.ini
override_dh_auto_install:
VAR_DIR=$(shell pwd) make deploy
VAR_DIR=$(CURDIR) make deploy
find . -name '__pycache__' -type d -print0 | xargs --no-run-if-empty -0 rm -r
make clean

Loading…
Cancel
Save