fltk/packages/linux/makedist.sh
Michael R Sweet 7a5dcb089b Final changes for 1.0 distribution files for Linux.
git-svn-id: file:///fltk/svn/fltk/trunk@395 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
1999-03-09 19:54:00 +00:00

18 lines
631 B
Bash
Executable File

#!/bin/sh
#
# makedist - make a linux distribution.
#
# Note: YOU MUST "MAKE INSTALL" FLTK PRIOR TO RUNNING THIS SCRIPT.
# This is because the developers of the RPM distribution
# format can't seem to realize that it would be nice to
# make a distribution *without* first installing it, which
# basically means you need to have two disks or systems in
# order to test your distribution. Ya, I think RPM is just
# *great*...
#
# Also, this script currently only builds a binary distribution.
# FLTK's source tar file builds under Linux without any modification.
#
rpm -bb fltk.spec