Changeset 3607

Show
Ignore:
Timestamp:
10/22/07 22:25:51 (1 year ago)
Author:
tg
Message:

for playing, I need a manpage with hardlink now too
’sides, this actually makes sense

Files:

Legend:

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

    r3597 r3607  
    2121 
    2222do-install: 
     23ifeq (${FWRT_MANPAGES},y) 
     24        install -d ${WRKINST}/man1 
     25        cp ${WRKSRC}/mksh.1 ${WRKINST}/man1/ 
     26        ln ${WRKINST}/man1/mksh.1 ${WRKINST}/man1/sh.1 
     27endif 
    2328        install -d -m 0755 ${IDIR_MKSH}/{bin,etc/precopy,usr/ucb} 
    2429        install -c -m 755 ${WRKBUILD}/mksh ${IDIR_MKSH}/bin/