Skip to content

Commit

Permalink
Update pack-debian-apt.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AsabuHere authored Apr 3, 2023
1 parent 5391c36 commit 5113dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/pack-debian-apt.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ PATH=$PATH:$PWD/bin eval $(PATH=$PATH:$PWD/bin node -p "require('./package').scr
await qq.chmod([workspace, 'DEBIAN/postinst'], 0o755);
await qq.x(`ln -s "../lib/${config.dirname}/bin/${config.bin}" "${workspace}/usr/bin/${pjson.oclif.bin}"`);
await qq.x(`dpkg --build "${workspace}" "${qq.join(dist, debArch(arch), `${versionedDebBase}.deb`)}"`);
await qq.x(`dpkg-deb -Zxz --build "${workspace}" "${qq.join(dist, debArch(arch), `${versionedDebBase}.deb`)}"`);
//await qq.x(`dpkg-deb -Zxz --build "${workspace}" "${qq.join(dist, debArch(arch), `${versionedDebBase}.deb`)}"`);
}
try {
// fetch existing Packages file which needs to be modified for new version
Expand Down

0 comments on commit 5113dfe

Please sign in to comment.