diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-03-09 19:45:11 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-03-09 19:45:11 +0000 |
| commit | fd3cb8ecbb4fcce4749d255299af48e4191be8c9 (patch) | |
| tree | b1a846fa571205b1d6395be74b50fd7408322360 /packages/linux/makedist.sh | |
| parent | 382b224bd190c5964dcfcf0f76bc768dd1eb72d3 (diff) | |
Updated file list and build script.
git-svn-id: file:///fltk/svn/fltk/trunk@394 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'packages/linux/makedist.sh')
| -rwxr-xr-x | packages/linux/makedist.sh | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/packages/linux/makedist.sh b/packages/linux/makedist.sh index da79d8666..92b63fb78 100755 --- a/packages/linux/makedist.sh +++ b/packages/linux/makedist.sh @@ -1,13 +1,14 @@ #!/bin/sh # -# makedist - make an irix distribution. +# 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*... # -if [ test `uname -r` =~ '5.*' ]; then - gendist -v -dist . -sbase ../.. -idb fltk5x.list -spec fltk.spec -else - gendist -v -dist . -sbase ../.. -idb fltk.list -spec fltk.spec -fi - -tar cvf fltk-1.0-irix-`uname -r`.tardist fltk fltk.idb fltk.man fltk.sw - +rpm -ba fltk.spec |
