Сравнение foot-1.15.0 с foot-1.15.1
/usr/portage/gui-apps/foot/foot-1.15.1.ebuild 2023-10-09 14:52:31.172368393 +0300 | ||
---|---|---|
60 | 60 |
) |
61 | 61 |
meson_src_configure |
62 | 62 | |
63 |
sed 's|@bindir@|/usr/bin|g' "${S}/"/foot-server@.service.in > foot-server@.service || die |
|
63 |
sed 's|@bindir@|/usr/bin|g' "${S}"/foot-server.service.in > foot-server.service || die |
|
64 | 64 |
} |
65 | 65 | |
66 | 66 |
src_install() { |
... | ... | |
70 | 70 |
# foot unconditionally installs CHANGELOG.md, README.md and LICENSE. |
71 | 71 |
# we handle this via DOCS and dodoc instead. |
72 | 72 |
rm -r "${ED}/usr/share/doc/${PN}" || die |
73 |
systemd_douserunit foot-server@.service "${S}"/foot-server@.socket |
|
73 |
systemd_douserunit foot-server.service "${S}"/foot-server.socket |
|
74 | 74 |
} |