Changeset 7ffa231 in freewrt


Ignore:
Timestamp:
Jul 27, 2006, 7:38:04 AM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
c2b7f78
Parents:
3e1f33c
Message:

fix patch apply, files did not get expanded

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/rules.mk

    r3e1f33c r7ffa231  
    1 # invoke ipkg with configuration in $(STAGING_DIR)/etc/ipkg.conf
     1# $FreeWRT$
    22
    33ifneq (${PKG_SOURCE_URL},)
     
    6161        ${EXTRACT_CMD}
    6262        [ ! -d ./patches ] || $(PREVENT_PATCH) $(PATCH) $(WRKSRC) ./patches \
    63             '{patch-*,*.patch}'
     63            {patch-*,*.patch}
    6464        [ ! -d ./patches ] || (fgrep -q '@@ -0,0 ' patches/{patch-*,*.patch} \
    6565            >/dev/null 2>&1 && touch ${WRKSRC}/.patched-newfiles || :)
Note: See TracChangeset for help on using the changeset viewer.