lxc: moved to github
[packages.git] / utils / foxboard-utils / Makefile
index 87a68b0..28c7d85 100644 (file)
@@ -1,4 +1,4 @@
-# 
+#
 # Copyright (C) 2006 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
@@ -28,7 +28,7 @@ define Package/foxboard-utils
 endef
 
 define Package/foxboard-utils/description
- This package contains a collection of tools for configuring the foxboard 
+ This package contains a collection of tools for configuring the foxboard
  gpio pins/leds.
 endef
 
@@ -40,7 +40,7 @@ endef
 define Package/foxboard-utils/install
        $(INSTALL_DIR) $(1)/
        $(CP) $(PKG_INSTALL_DIR)/* $(1)
-       mkdir -p $(1)/www/cgi-bin
+       $(INSTALL_DIR) $(1)/www/cgi-bin
        cd $(1)/www/cgi-bin; ln -s ../../bin/editcgi.cgi .
 endef