diff options
Diffstat (limited to 'package/scrnsaverproto')
-rw-r--r-- | package/scrnsaverproto/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/scrnsaverproto/Makefile b/package/scrnsaverproto/Makefile index b3c8bf170..c983baca2 100644 --- a/package/scrnsaverproto/Makefile +++ b/package/scrnsaverproto/Makefile @@ -18,5 +18,8 @@ $(eval $(call PKG_template,SCRNSAVERPROTO,scrnsaverproto,$(PKG_VERSION)-${PKG_RE post-install: ${INSTALL_DIR} ${IDIR_SCRNSAVERPROTO}/usr/include ${CP} ${WRKINST}/usr/include/X11 ${IDIR_SCRNSAVERPROTO}/usr/include + ${INSTALL_DIR} ${IDIR_SCRNSAVERPROTO}/usr/lib/pkgconfig + ${INSTALL_DATA} ${WRKINST}/usr/lib/pkgconfig/scrnsaverproto.pc \ + ${IDIR_SCRNSAVERPROTO}/usr/lib/pkgconfig include ${TOPDIR}/mk/pkg-bottom.mk |