diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-05-31 17:53:55 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-05-31 17:53:55 +0200 |
commit | 1cd31f169fab4ab0ce45617c161da3fec9f7359d (patch) | |
tree | e705bef0fbb742cafc1ca64b6c786db1b82622ab /package/chillispot/Makefile | |
parent | 5e82ed3e9ada7f5c9e66db5568032a49f66a6e93 (diff) |
fix regressions from ipkg rework
- remove old glib1 lib
- rename glib2 -> glib
- rename libgdbm -> gdbm
- remove obsoleted wireless-tools, use iw
- remove upstream unmaintained slurm
make allmodconfig runs through on Debian/lenny amd64 for
alix1c target
Diffstat (limited to 'package/chillispot/Makefile')
-rw-r--r-- | package/chillispot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/chillispot/Makefile b/package/chillispot/Makefile index 65db0067a..543b84f37 100644 --- a/package/chillispot/Makefile +++ b/package/chillispot/Makefile @@ -24,7 +24,7 @@ BUILD_STYLE= auto INSTALL_STYLE= auto post-install: - ${INSTALL_DIR} ${IDIR_CHILLISPOT}/usr/sbin + ${INSTALL_DIR} ${IDIR_CHILLISPOT}/usr/sbin ${IDIR_CHILLISPOT}/etc ${INSTALL_BIN} ./files/chilli.conf \ ${IDIR_CHILLISPOT}/etc/ ${INSTALL_BIN} ${WRKINST}/usr/sbin/chilli ${IDIR_CHILLISPOT}/usr/sbin/ |