aboutsummaryrefslogtreecommitdiffstats
path: root/package/pcmcia-cs
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2007-01-18 15:14:19 +0000
committerNicolas Thill <nico@openwrt.org>2007-01-18 15:14:19 +0000
commit6368d3eda8ed73fb37b10c285df1433cce0108f1 (patch)
tree40296740975ec4a59b6aa0989e11d72322563e28 /package/pcmcia-cs
parent138f93e130440f32348608883ca18d812545983e (diff)
downloadupstream-6368d3eda8ed73fb37b10c285df1433cce0108f1.tar.gz
upstream-6368d3eda8ed73fb37b10c285df1433cce0108f1.tar.bz2
upstream-6368d3eda8ed73fb37b10c285df1433cce0108f1.zip
fix pcmcia-cs install (remove previous PKG_INSTALL_DIR)
SVN-Revision: 6126
Diffstat (limited to 'package/pcmcia-cs')
-rw-r--r--package/pcmcia-cs/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/pcmcia-cs/Makefile b/package/pcmcia-cs/Makefile
index 2e312fbf12..1b096fc013 100644
--- a/package/pcmcia-cs/Makefile
+++ b/package/pcmcia-cs/Makefile
@@ -51,6 +51,8 @@ define Build/Configure
endef
define Build/Compile
+ rm -rf $(PKG_INSTALL_DIR)
+ mkdir -p $(PKG_INSTALL_DIR)
$(call Build/Compile/Default, \
CFLAGS="$(TARGET_CFLAGS)" \
all install \