Changeset 2071
- Timestamp:
- 02/18/07 18:42:10 (2 years ago)
- Files:
-
- trunk/freewrt/package/apr/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/package/apr/Makefile
r2069 r2071 42 42 # we need to patch paths to get apr-util compiling 43 43 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}/#' \ 48 48 '/^bindir="/s##&${STAGING_DIR}/#' | \ 49 49 ed -s ${WRKINST}/usr/bin/apr-config


