We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2174d14 commit 6e031e3Copy full SHA for 6e031e3
CreateDeb.ps1
@@ -13,6 +13,10 @@ try {
13
rm -rf ./dist/images
14
rm ./dist/AppxManifest.xml
15
rm -f ./dist/bin/ecsact_rtb.runfiles/ecsact_cli/ecsact
16
+ mkdir ./dist/usr
17
+ mv ./dist/bin ./dist/usr/bin
18
+ mv ./dist/share ./dist/usr/share
19
+ mv ./dist/include ./dist/usr/include
20
dpkg-deb --build --root-owner-group ./dist $DebPath
21
} finally {
22
git checkout ./dist/DEBIAN/control
0 commit comments