home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
- # Create binary distribution in flex238B.taz
-
- cd /usr/bin
- chmod a+rx flex
-
- cd /usr/man/man1
- chmod a+r flex.1 flexdoc.1
-
- cd /usr/lib
- chmod a+r libfl.a flex.skel
-
- cd /
-
- gtar Zcvf /dist/flex238B.taz ./usr/bin/flex ./usr/man/man1/flex.1 \
- ./usr/man/man1/flexdoc.1 ./usr/lib/libfl.a ./usr/lib/flex.skel \
- ./usr/src/flex-2.3.8/C* ./usr/src/flex-2.3.8/R* \
- ./usr/src/flex-2.3.8/flex238B.*
-