7a5dcb089b
git-svn-id: file:///fltk/svn/fltk/trunk@395 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
18 lines
631 B
Bash
Executable File
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
|