Skip to content

Commit

Permalink
The utils directory should be copied to debian directory for use in r…
Browse files Browse the repository at this point in the history
…ules

scripts.

Change-Id: Icff53c8f94142472744ce7c52a06fc145bfbb54c
Partial-Bug: #1547494
  • Loading branch information
Raj Reddy committed Aug 24, 2016
1 parent 6924f19 commit f6875d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/debian/Makefile
Expand Up @@ -232,6 +232,7 @@ debian-%:
$(eval PACKAGE := $(patsubst debian-%,%,$@))
mkdir -p $(SB_TOP)/build/packages/$(PACKAGE)
cp -R $(SB_TOP)/tools/packages/debian/$(PACKAGE)/debian $(SB_TOP)/build/packages/$(PACKAGE)
cp -R $(SB_TOP)/tools/packages/utils $(SB_TOP)/build/packages/$(PACKAGE)/debian/
chmod u+x $(SB_TOP)/build/packages/$(PACKAGE)/debian/rules
rm -f $(SB_TOP)/build/packages/$(PACKAGE)/debian/ifmap-server.upstart

Expand Down

0 comments on commit f6875d6

Please sign in to comment.