From: "Mikhail Pukhlikov" <cynede@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/dotnet:master commit in: app-editors/visual-studio-code/
Date: Fri, 6 Jul 2018 08:43:13 +0000 (UTC) [thread overview]
Message-ID: <1530864937.a673c9556882e289396e47167704c5dd551c7a69.cynede@gentoo> (raw)
commit: a673c9556882e289396e47167704c5dd551c7a69
Author: Lucian Poston <lucianposton <AT> pm <DOT> me>
AuthorDate: Fri Jul 6 08:15:37 2018 +0000
Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
CommitDate: Fri Jul 6 08:15:37 2018 +0000
URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=a673c955
app-editors/visual-studio-code: Fix missing perms
Package-Manager: Portage-2.3.40, Repoman-2.3.9
...dio-code-1.25.0.ebuild => visual-studio-code-1.25.0-r1.ebuild} | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/app-editors/visual-studio-code/visual-studio-code-1.25.0.ebuild b/app-editors/visual-studio-code/visual-studio-code-1.25.0-r1.ebuild
similarity index 90%
rename from app-editors/visual-studio-code/visual-studio-code-1.25.0.ebuild
rename to app-editors/visual-studio-code/visual-studio-code-1.25.0-r1.ebuild
index f2e334f..cbe723f 100644
--- a/app-editors/visual-studio-code/visual-studio-code-1.25.0.ebuild
+++ b/app-editors/visual-studio-code/visual-studio-code-1.25.0-r1.ebuild
@@ -44,14 +44,12 @@ pkg_setup() {
}
src_install() {
- insinto "/opt/${PN}"
- doins -r *
+ dodir "/opt"
+ # Using doins -r would strip executable bits from all binaries
+ cp -pPR "${S}" "${D}/opt/${PN}" || die "Failed to copy files"
dosym "${EPREFIX}/opt/${PN}/bin/code" "/usr/bin/code"
make_desktop_entry "code" "Visual Studio Code" "${PN}" "Development;IDE"
doicon "${S}/resources/app/resources/linux/code.png"
- fperms +x "/opt/${PN}/code"
- fperms +x "/opt/${PN}/bin/code"
- fperms +x "/opt/${PN}/libnode.so"
insinto "/usr/share/licenses/${PN}"
newins "resources/app/LICENSE.txt" "LICENSE"
}
next reply other threads:[~2018-07-06 8:43 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-06 8:43 Mikhail Pukhlikov [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-10-10 11:24 [gentoo-commits] proj/dotnet:master commit in: app-editors/visual-studio-code/ Mikhail Pukhlikov
2018-10-10 11:24 Mikhail Pukhlikov
2018-10-10 11:24 Mikhail Pukhlikov
2018-08-29 8:03 Mikhail Pukhlikov
2018-08-06 12:58 Mikhail Pukhlikov
2018-07-06 6:24 Mikhail Pukhlikov
2018-04-19 15:41 Mikhail Pukhlikov
2018-03-07 6:22 Mikhail Pukhlikov
2018-03-07 6:22 Mikhail Pukhlikov
2018-03-07 6:22 Mikhail Pukhlikov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1530864937.a673c9556882e289396e47167704c5dd551c7a69.cynede@gentoo \
--to=cynede@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox