You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1234567891011121314 |
- plugins_PYTHON=__init__.py
-
- pluginsdir=$(pkgpythondir)/plugins
- lodel2confdir=$(sysconfdir)/lodel2
-
- install-data-hook:
- mkdir ${DESTDIR}$(pluginsdir); cp -R * ${DESTDIR}$(pluginsdir) && rm ${DESTDIR}$(pluginsdir)/Makefile* ;\
- cd ${DESTDIR}; \
- mkdir -p ./$(lodel2confdir); \
- ln -rs -t ${DESTDIR}$(lodel2confdir) .$(pluginsdir)
-
- uninstall-hook:
- -rm -R ${DESTDIR}$(pluginsdir)
- -rm -R $(lodel2confdir)
|