summaryrefslogtreecommitdiffstats
path: root/package/pipacs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/pipacs/Makefile')
-rw-r--r--package/pipacs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pipacs/Makefile b/package/pipacs/Makefile
index 5ec35b995..fe2219d9f 100644
--- a/package/pipacs/Makefile
+++ b/package/pipacs/Makefile
@@ -13,7 +13,7 @@ $(eval $(call PKG_template,PIPACS,pipacs,$(PKG_RELEASE),$(ARCH)))
$(PKG_BUILD_DIR)/.prepared:
mkdir -p $(PKG_BUILD_DIR)
- cp -a ./src/* $(PKG_BUILD_DIR)
+ $(CP) ./src/* $(PKG_BUILD_DIR)
touch $@
$(PKG_BUILD_DIR)/.configured: