Disable X support, fixes compilation errors
[openwrt.git] / openwrt / package / raddump / Makefile
index f8132c4..1526ea8 100755 (executable)
@@ -1,3 +1,5 @@
+# $Id$
+
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=raddump
@@ -48,6 +50,6 @@ $(PKG_BUILD_DIR)/.built:
 
 $(IPKG_RADDUMP):
        mkdir -p $(IDIR_RADDUMP)
-       cp -fpR $(PKG_INSTALL_DIR)/* $(IDIR_RADDUMP)/
+       $(CP) $(PKG_INSTALL_DIR)/* $(IDIR_RADDUMP)/
        $(RSTRIP) $(IDIR_RADDUMP)
        $(IPKG_BUILD) $(IDIR_RADDUMP) $(PACKAGE_DIR)
This page took 0.026731 seconds and 4 git commands to generate.