Changeset 02fbe9d in freewrt for tools


Ignore:
Timestamp:
May 21, 2007, 5:09:52 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Children:
382b81d
Parents:
d763b1b
Message:

hm, didn't really work out, try it the other way round

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/Makefile

    rd763b1b r02fbe9d  
    3939
    4040${STAGING_DIR} ${STAGING_DIR}/etc ${STAGING_TOOLS}:
    41         mkdir -p ${STAGING_DIR}/{bin,etc,usr/include,lib} \
     41        mkdir -p ${STAGING_DIR}/{bin,etc,include,lib,usr} \
    4242            ${STAGING_TOOLS}/{bin,lib}
    43         cd ${STAGING_DIR}; ln -s usr/include include
     43        cd ${STAGING_DIR}/usr; ln -s ../include include
    4444
    4545${STAGING_DIR}/etc/ipkg.conf: ${STAGING_DIR}/etc
Note: See TracChangeset for help on using the changeset viewer.