Changeset 2071

Show
Ignore:
Timestamp:
02/18/07 18:42:10 (2 years ago)
Author:
tg
Message:

obvious cutto (typo)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/package/apr/Makefile

    r2069 r2071  
    4242        # we need to patch paths to get apr-util compiling 
    4343        printf '%s\n%s\n%s\n%s\n%s\nwq\n' \ 
    44             '/^installbuilddir="/s##&${STAGING_DIR}/#' 
    45             '/^libdir="/s##&${STAGING_DIR}/#' 
    46             '/^datadir="/s##&${STAGING_DIR}/#' 
    47             '/^includedir="/s##&${STAGING_DIR}/#' 
     44            '/^installbuilddir="/s##&${STAGING_DIR}/#' \ 
     45            '/^libdir="/s##&${STAGING_DIR}/#' \ 
     46            '/^datadir="/s##&${STAGING_DIR}/#' \ 
     47            '/^includedir="/s##&${STAGING_DIR}/#' \ 
    4848            '/^bindir="/s##&${STAGING_DIR}/#' | \ 
    4949            ed -s ${WRKINST}/usr/bin/apr-config