diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/libgcrypt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libgcrypt/Makefile b/package/libgcrypt/Makefile index f25acaa28..8b2d0b835 100644 --- a/package/libgcrypt/Makefile +++ b/package/libgcrypt/Makefile @@ -27,7 +27,7 @@ CONFIGURE_ARGS+= --disable-asm \ post-install: # provides own automake macros ${INSTALL_DIR} ${STAGING_HOST_DIR}/usr/share/aclocal - ${CP} ${WRKINST}//usr/share/aclocal/libgcrypt.m4 \ + ${CP} ${WRKINST}/usr/share/aclocal/libgcrypt.m4 \ ${STAGING_HOST_DIR}/usr/share/aclocal libgcrypt-install: |