Skip to content

Commit 6e031e3

Browse files
committed
fix: deb package install to /usr dir
1 parent 2174d14 commit 6e031e3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CreateDeb.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ try {
1313
rm -rf ./dist/images
1414
rm ./dist/AppxManifest.xml
1515
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
1620
dpkg-deb --build --root-owner-group ./dist $DebPath
1721
} finally {
1822
git checkout ./dist/DEBIAN/control

0 commit comments

Comments
 (0)