Browse Source

fix pcmcia-cs install (remove previous PKG_INSTALL_DIR)

SVN-Revision: 6126
Nicolas Thill 19 years ago
parent
commit
6368d3eda8
1 changed files with 2 additions and 0 deletions
  1. 2 0
      package/pcmcia-cs/Makefile

+ 2 - 0
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 \