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
commit5de253404cb75fc2a83de9ca1e10518cfb3b5628 (patch)
tree263b0c511ac84c9e275e0fe26fbf7ae4c37337e8 /package/pcmcia-cs
parent7e2cf9b6e3a409334ecd790bfc3da149fb5327be (diff)
downloadmaster-187ad058-5de253404cb75fc2a83de9ca1e10518cfb3b5628.tar.gz
master-187ad058-5de253404cb75fc2a83de9ca1e10518cfb3b5628.tar.bz2
master-187ad058-5de253404cb75fc2a83de9ca1e10518cfb3b5628.zip
fix pcmcia-cs install (remove previous PKG_INSTALL_DIR)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6126 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 \