Skip to content

Commit

Permalink
Fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Markushaldorsen committed Sep 8, 2021
1 parent f6e8b10 commit ab1bb1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ package-tar:
package-deb-doc-tp:
@echo "Packaging application as Thingsplex debian package"
chmod a+x package/debian_tp/DEBIAN/*
mkdir -p package/debian_tp/var/log/thingsplex/hue-ad package/debian_tp/usr/bin
mkdir -p package/build
cp ./src/hue-ad package/debian_tp/opt/thingsplex/hue-ad
cp VERSION package/debian_tp/opt/thingsplex/hue-ad
docker run --rm -v ${working_dir}:/build -w /build --name debuild debian dpkg-deb --build package/debian_tp
Expand Down

0 comments on commit ab1bb1e

Please sign in to comment.