Differences From Artifact [78915595d6]:
- File buildsys.mk.in — part of check-in [5695217e58] at 2024-05-05 00:15:35 on branch trunk — Make a distinction between plugins and bundles (user: js, size: 30844) [annotate] [blame] [check-ins using]
To Artifact [9eda233348]:
- File
buildsys.mk.in
— part of check-in
[e2d56e07c9]
at
2024-05-05 00:54:30
on branch trunk
— Fix make install
I accidentally left this code in before committing. (user: js, size: 30650) [annotate] [blame] [check-ins using]
︙ | |||
822 823 824 825 826 827 828 | 822 823 824 825 826 827 828 829 830 831 832 833 834 835 | - - - - - - - | if ${MKDIR_P} ${DESTDIR}${plugindir} && ${INSTALL} -m 755 $$i ${DESTDIR}${plugindir}/$$i; then \ ${INSTALL_OK}; \ else \ ${INSTALL_FAILED}; \ fi \ done |
︙ |