summaryrefslogtreecommitdiff
path: root/package/nut/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-07 02:18:44 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-07 02:18:44 +0200
commitee792cd4fe5062c8c488e1b43ab877bba6e073d2 (patch)
treec14446ed347bec18fac580f293e77af0c45eb80c /package/nut/Makefile
parent52ee190f6bbbf0bf0c3d354f0370c409aed14506 (diff)
parentda28ccc6f848695609d32090142f1b4af0e27b17 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Conflicts: target/alix2d/kernel.config
Diffstat (limited to 'package/nut/Makefile')
-rw-r--r--package/nut/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/nut/Makefile b/package/nut/Makefile
index aae2f2b49..46a1063da 100644
--- a/package/nut/Makefile
+++ b/package/nut/Makefile
@@ -91,7 +91,7 @@ CONFIGURE_ENV+= CPPFLAGS="${TCPPFLAGS} ${TLDFLAGS}"
MAKE_FLAGS+= SSL_CFLAGS="${TCPPFLAGS}" SSL_LDFLAGS="${TLDFLAGS} -lssl -lcrypto"
endif
-ALL_TARGET:= all
+ALL_TARGET:= all
INSTALL_TARGET:= install
ifneq (${ADK_PACKAGE_NUT_USB},)
@@ -108,7 +108,7 @@ post-install:
${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
+ ${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} \