1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-02 19:43:34 +02:00

Move sweethome3d wrapper to /opt/bin

This commit is contained in:
2024-04-13 21:38:21 +02:00
parent 2ab1930959
commit cdbf4f2645
2 changed files with 6 additions and 3 deletions

View File

@@ -39,8 +39,11 @@ src_install() {
echo "${inst_path}/${REAL_PN}" '"$@"'
) > "${tmpwrapper}"
chmod go+rx "${tmpwrapper}"
newbin "${tmpwrapper}" "${REAL_PN,,}"
(
exeopts -m 0755
exeinto "/opt/bin"
newexe "${tmpwrapper}" "${REAL_PN,,}"
) || die
# ------------------
doicon "${REAL_PN}Icon.png"