Changeset 3768

Show
Ignore:
Timestamp:
06/22/08 02:18:58 (5 months ago)
Author:
n0-1
Message:

fix bugs (found by mira)

Files:

Legend:

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

    r3767 r3768  
    88 
    99PKG_NAME:=              postgresql 
    10 #PKG_VERSION:=          7.4.9 
    1110PKG_VERSION:=           7.4.21 
    1211PKG_RELEASE:=           1 
     
    5756do-install: 
    5857        ${INSTALL_DIR} ${IDIR_LIBPQ}/usr/lib 
    59         cd ${WRKINST}/usr && ${PCP} lib/libpq.so.* ${IDIR_LIBPQ}/ 
     58        cd ${WRKINST} && ${PCP} usr/lib/libpq.so.* ${IDIR_LIBPQ}/ 
    6059        ${INSTALL_DIR} ${IDIR_PGSQL_CLI}/usr/bin 
    6160        ${CP} ${WRKINST}/usr/bin/psql ${IDIR_PGSQL_CLI}/usr/bin/