diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-05 19:58:50 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-05 19:58:50 +0200 |
commit | e874f84fdb6eb83d905a72b35d87398374594b97 (patch) | |
tree | 38ecc86989a194756836fa411c4bfb7c4b68913f /package/nut | |
parent | 68e89ea1a3ec3690ddefbd97c45174f799847a16 (diff) |
more regressions found at runtime on alic1c
Diffstat (limited to 'package/nut')
-rw-r--r-- | package/nut/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/nut/Makefile b/package/nut/Makefile index d7eeb7b8c..8c0c2c7c6 100644 --- a/package/nut/Makefile +++ b/package/nut/Makefile @@ -101,8 +101,10 @@ endif post-install: ${INSTALL_DIR} ${IDIR_NUT}/usr/{s,}bin ${IDIR_NUT}/etc + ${INSTALL_DIR} ${IDIR_NUT}/usr/lib ${INSTALL_BIN} ${WRKINST}/usr/sbin/ups{d,mon,sched} \ ${IDIR_NUT}/usr/sbin/ + ${CP} ${WRKINST}/usr/lib/lib*.so* ${IDIR_NUT}/usr/lib ${INSTALL_BIN} ${WRKINST}/usr/bin/{${INSTALL_DRIVERS}} \ ${IDIR_NUT}/usr/bin/ ${INSTALL_BIN} ${WRKINST}/usr/bin/ups{c,cmd,drvctl,log,rw} \ |