File tree 1 file changed +3
-3
lines changed
platform/broadcom/sonic-platform-modules-accton/debian
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,9 +59,9 @@ binary-indep:
59
59
60
60
# Custom package commands
61
61
(for mod in $(MODULE_DIRS); do \
62
- dh_installdirs -p$(PACKAGE_PRE_NAME)-$${mod}/ $(KERNEL_SRC)/$(INSTALL_MOD_DIR); \
63
- dh_installdirs -p$(PACKAGE_PRE_NAME)-$${mod}/ usr/local/bin; \
64
- dh_installdirs -p$(PACKAGE_PRE_NAME)-$${mod}/ lib/systemd/system; \
62
+ dh_installdirs -p$(PACKAGE_PRE_NAME)-$${mod} $(KERNEL_SRC)/$(INSTALL_MOD_DIR); \
63
+ dh_installdirs -p$(PACKAGE_PRE_NAME)-$${mod} usr/local/bin; \
64
+ dh_installdirs -p$(PACKAGE_PRE_NAME)-$${mod} lib/systemd/system; \
65
65
cp $(MOD_SRC_DIR)/$${mod}/$(MODULE_DIR)/*.ko debian/$(PACKAGE_PRE_NAME)-$${mod}/$(KERNEL_SRC)/$(INSTALL_MOD_DIR); \
66
66
cp $(MOD_SRC_DIR)/$${mod}/$(UTILS_DIR)/* debian/$(PACKAGE_PRE_NAME)-$${mod}/usr/local/bin/; \
67
67
cp $(MOD_SRC_DIR)/$${mod}/$(SERVICE_DIR)/*.service debian/$(PACKAGE_PRE_NAME)-$${mod}/lib/systemd/system/; \
You can’t perform that action at this time.
0 commit comments