diff options
Diffstat (limited to 'package/fonera-mp3-drv/Makefile')
-rw-r--r-- | package/fonera-mp3-drv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/fonera-mp3-drv/Makefile b/package/fonera-mp3-drv/Makefile index 94c19f42c2..e0c4d45088 100644 --- a/package/fonera-mp3-drv/Makefile +++ b/package/fonera-mp3-drv/Makefile @@ -30,7 +30,7 @@ endef define Build/Prepare $(call Build/Prepare/Default) - $(CP) -r src/* $(PKG_BUILD_DIR)/ + $(CP) src/* $(PKG_BUILD_DIR)/ endef define Build/Compile |