Changeset 5491c66 in freewrt


Ignore:
Timestamp:
Jan 13, 2007, 7:14:39 PM (19 years ago)
Author:
Phil Sutter <n0-1@…>
Children:
995a296
Parents:
4e4016a
Message:

warn if files are installed into /lib
-> this is obsolete, every package should use

/usr/lib for it's installation

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mk/pkg-bottom.mk

    r4e4016a r5491c66  
    117117        @rm -f '${STAGING_DIR}/pkg/${PKG_NAME}'
    118118        @cd ${WRKINST}; \
     119            find lib \( -name lib\*.so.\* -o -name lib\*.a \) \
     120                -exec echo "WARNING: ${PKG_NAME} installs files in /lib - fix this!" >&2 \
     121                \; -quit ; \
    119122            find usr ! -type d 2>/dev/null | \
    120123            grep -v -e '^usr/share' -e '^usr/man' -e '^usr/info' | \
Note: See TracChangeset for help on using the changeset viewer.