Changeset 263ed72 in freewrt


Ignore:
Timestamp:
Jan 6, 2007, 5:40:10 PM (19 years ago)
Author:
Phil Sutter <n0-1@…>
Children:
cf36e5c
Parents:
285f1b7
Message:

corrected cp syntax, the .so file is not needed

git-svn-id: svn://www.freewrt.org/branches/common-adk@1440 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/zlib/Makefile

    r285f1b7 r263ed72  
    3838post-install:
    3939        ${INSTALL_DIR} ${IDIR_ZLIB}/usr/lib
    40         ${CP} ${WRKINST}/usr/lib/libz.so* ${IDIR_ZLIB}/usr/lib/
     40        ${CP} ${WRKINST}/usr/lib/libz.so.* ${IDIR_ZLIB}/usr/lib/
    4141
    4242include ${TOPDIR}/mk/pkg-bottom.mk
Note: See TracChangeset for help on using the changeset viewer.