Сравнение fvwm3-1.0.7 с fvwm3-1.0.7-r1
/usr/portage/x11-wm/fvwm3/fvwm3-1.0.7-r1.ebuild 2023-10-09 14:52:36.000368514 +0300 | ||
---|---|---|
141 | 141 |
src_install() { |
142 | 142 |
emake DESTDIR="${ED}" prefix="/usr" exec_prefix="/usr" datarootdir="/usr/share" install |
143 | 143 | |
144 |
dodir /etc/X11/Sessions |
|
145 |
echo "/usr/bin/fvwm3" > "${ED}/etc/X11/Sessions/${PN}" || die |
|
146 |
fperms a+x "/etc/X11/Sessions/${PN}" || die |
|
144 |
exeinto /etc/X11/Sessions |
|
145 |
newexe - ${PN} <<-EOF |
|
146 |
#!/bin/sh |
|
147 |
${PN} |
|
148 |
EOF |
|
147 | 149 | |
148 | 150 |
python_scriptinto "/usr/bin" |
149 | 151 |
python_doscript "${ED}/usr/bin/FvwmCommand" "${ED}/usr/bin/fvwm-menu-desktop" |