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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user