Skip to content

vscode-linux-*-build-deb - permission bits match expected#11558

Merged
Tyriar merged 1 commit into
microsoft:masterfrom
pauloppenheim:pauloppenheim/fix-deb-install-warning
Sep 6, 2016
Merged

vscode-linux-*-build-deb - permission bits match expected#11558
Tyriar merged 1 commit into
microsoft:masterfrom
pauloppenheim:pauloppenheim/fix-deb-install-warning

Conversation

@pauloppenheim
Copy link
Copy Markdown
Contributor

fixes #11557

@msftclas
Copy link
Copy Markdown

msftclas commented Sep 6, 2016

Hi @pauloppenheim, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution!

This seems like a small (but important) contribution, so no Contribution License Agreement is required at this point. Real humans will now evaluate your PR.

TTYL, MSBOT;

const debArch = getDebPackageArch(arch);
return shell.task([
'chmod 755 ' + product.applicationName + '-' + debArch + '/DEBIAN/postinst ' + product.applicationName + '-' + debArch + '/DEBIAN/prerm',
'chmod 755 ' + product.applicationName + '-' + debArch + '/DEBIAN/postinst ' + product.applicationName + '-' + debArch + '/DEBIAN/prerm ' + product.applicationName + '-' + debArch + '/DEBIAN/postrm',
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing this!

@Tyriar Tyriar merged commit 4afbb71 into microsoft:master Sep 6, 2016
@Tyriar Tyriar added this to the September 2016 milestone Sep 6, 2016
@github-actions github-actions Bot locked and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Linux build: Ubuntu Software Center complains "The package is of bad quality"

3 participants