wok-6.x diff portmap/receipt @ rev 10063
Up: wxWidgets to 2.8.12. Add $CONFIGURE_ARGS.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 20 05:03:32 2011 +0000 (2011-05-20) |
parents | be13f25e790b |
children | 2a5cc8208d36 |
line diff
1.1 --- a/portmap/receipt Sun Feb 20 06:53:59 2011 +0000 1.2 +++ b/portmap/receipt Fri May 20 05:03:32 2011 +0000 1.3 @@ -30,12 +30,8 @@ 1.4 cp -a $src/pmap_set $fs/usr/sbin 1.5 cp -a $src/portmap $fs/usr/sbin 1.6 1.7 - strip -s $fs/usr/sbin/* 1.8 - 1.9 mkdir -p $fs/etc/init.d 1.10 install -g root -o root -m 0755 stuff/init.d/portmap $fs/etc/init.d 1.11 - 1.12 - 1.13 } 1.14 1.15 1.16 @@ -44,6 +40,5 @@ 1.17 # Post message when installing. 1.18 echo -e "\nTo starts $PACKAGE server you can run :\n" 1.19 echo "/etc/init.d/$PACKAGE start" 1.20 - echo -e "Or add $PACKAGE to RUN_DAEMONS in /etc/rcS.conf\n" 1.21 - 1.22 + echo -e "Or add $PACKAGE to RUN_DAEMONS in /etc/rcS.conf\n" 1.23 }