Changeset 00a5c5b in freewrt for mk


Ignore:
Timestamp:
Jun 18, 2007, 8:11:25 PM (18 years ago)
Author:
Thorsten Glaser <tg@…>
Children:
e79dda3
Parents:
1ec9922
Message:

fix

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

Location:
mk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • mk/package.mk

    r1ec9922 r00a5c5b  
    109109        $${RSTRIP} $${IDIR_$(1)}
    110110        cd $${IDIR_$(1)}; for script in etc/init.d/*; do \
    111                 [[ -e $$$$script ]] || break; \
     111                [[ -e $$$$script ]] || continue; \
    112112                chmod 0755 "$$$$script"; \
    113113        done
  • mk/pkg-bottom.mk

    r1ec9922 r00a5c5b  
    114114ifneq ($(filter confprog,${INSTALL_STYLE}),)
    115115        for a in ${WRKINST}/usr/{bin/*-config,lib/pkgconfig/*.pc}; do \
    116                 [[ -e $$a ]] || break; \
     116                [[ -e $$a ]] || continue; \
    117117                printf ',g/^prefix=/s,,&${STAGING_DIR},\nwq\n' | ed -s $$a; \
    118118        done
Note: See TracChangeset for help on using the changeset viewer.