diff options
Diffstat (limited to 'package/obexftp/Makefile')
-rw-r--r-- | package/obexftp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/obexftp/Makefile b/package/obexftp/Makefile index cebeee004..67399ba12 100644 --- a/package/obexftp/Makefile +++ b/package/obexftp/Makefile @@ -41,7 +41,7 @@ CONFIGURE_ARGS+= --disable-perl \ --disable-python post-install: - ${INSTALL_DIR} ${IDIR_OBEXFTP}/usr/bin + ${INSTALL_DIR} ${IDIR_OBEXFTP}/usr/bin ${CP} ${WRKINST}/usr/bin/obexftp{,d} ${IDIR_OBEXFTP}/usr/bin/ ifneq ($(ADK_STATIC),y) ${INSTALL_DIR} ${IDIR_LIBOBEXFTP}/usr/lib |