Skip to content

Commit

Permalink
pddf/i2c: revert correct rootdir for pip install
Browse files Browse the repository at this point in the history
The pip install directory has been set to test-pkg1/ for testing the build and
incorrectly retained as is. Revert this to the correct path $(PACKAGE_PRE_NAME).

Signed-off-by: Ramasamy Chandramouli <rachandr@celestica.com>
  • Loading branch information
rchandramouli committed Oct 24, 2023
1 parent 23ece87 commit b2afba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/pddf/i2c/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ binary-indep:
# Need to take a backup of symvers file for compilation of custom modules in various platforms
cp $(MOD_SRC_DIR)/Module.symvers $(MOD_SRC_DIR)/Module.symvers.PDDF; \
cp -r $(MOD_SRC_DIR)/$(UTILS_DIR)/* debian/$(PACKAGE_PRE_NAME)/usr/local/bin/; \
$(PIP) install --root=$(MOD_SRC_DIR)/debian/test-pkg1 $(MOD_SRC_DIR)/; \
$(PIP) install --root=$(MOD_SRC_DIR)/debian/$(PACKAGE_PRE_NAME) $(MOD_SRC_DIR)/; \
set +e

# Resuming debhelper scripts
Expand Down

0 comments on commit b2afba2

Please sign in to comment.