This commit is contained in:
Mario Fetka 2019-08-12 14:39:13 +02:00
parent be7816aeba
commit 6d3edb32fa
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -11,7 +11,7 @@ endef
PRODUCT = prometheus
TOP_DIR := $(shell if [ "$$PWD" != "" ]; then echo $$PWD; else pwd; fi)
SRC_DIR = $(TOP_DIR)/$(PRODUCT)
SRC_DIR = $(TOP_DIR)
DEB_DIR = $(TOP_DIR)/debian
DEST_DIR = $(DEB_DIR)/$(PRODUCT)