diff options
Diffstat (limited to 'package/pipacs')
-rw-r--r-- | package/pipacs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pipacs/Makefile b/package/pipacs/Makefile index 5ec35b9956..fe2219d9f5 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: |