From b626e36f45a5cb24da4b69ec6de06ea84710e9bd Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Thu, 7 Sep 2017 03:31:04 +0200 Subject: Oops, accidentally a wrong dir for the python install path. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index f070f1f5e..d6d26c5c5 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ override_dh_auto_build: override_dh_auto_install: dh_install -pvyos-1x - cd python; python3 setup.py install --install-layout=deb --root $(DIR); cd .. + cd python; python3 setup.py install --install-layout=deb --root ../$(DIR); cd .. mkdir -p $(DIR)/$(VYOS_SBIN_DIR) cp -r src/conf-mode/* $(DIR)/$(VYOS_SBIN_DIR) -- cgit v1.2.3