Changeset fe8c8c9 in freewrt for mk


Ignore:
Timestamp:
Jan 28, 2007, 6:34:53 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Children:
d979a96
Parents:
4c24c73
Message:

also catch ${WRKINST}/lib/lib*.so not only lib*.so.*

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1790 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mk/pkg-bottom.mk

    r4c24c73 rfe8c8c9  
    124124        @rm -f '${STAGING_DIR}/pkg/${PKG_NAME}'
    125125        @cd ${WRKINST}; \
    126             find lib \( -name lib\*.so.\* -o -name lib\*.a \) \
     126            find lib \( -name lib\*.so\* -o -name lib\*.a \) \
    127127                -exec echo "WARNING: ${PKG_NAME} installs files in /lib - fix this!" >&2 \
    128128                \; -quit 2>/dev/null; \
Note: See TracChangeset for help on using the changeset viewer.