diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2014-12-21 15:05:28 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2014-12-21 15:05:28 +0100 |
commit | 2cb031f604d73d19abc369ee777fbc366e86e041 (patch) | |
tree | 3712fd995dc90ae32a28e1280040a51b9fbb61d0 /package/libgcrypt/Makefile | |
parent | 0b3eb8991321cb1e86ec72a2fbe47760d42863a8 (diff) |
remove duplicate slash
Diffstat (limited to 'package/libgcrypt/Makefile')
-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: |