summaryrefslogtreecommitdiff
path: root/setedit/redhat/create-all-rpms.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setedit/redhat/create-all-rpms.sh')
-rwxr-xr-xsetedit/redhat/create-all-rpms.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/setedit/redhat/create-all-rpms.sh b/setedit/redhat/create-all-rpms.sh
new file mode 100755
index 0000000..333e342
--- /dev/null
+++ b/setedit/redhat/create-all-rpms.sh
@@ -0,0 +1,16 @@
+#!/bin/sh
+# Copyright (C) 2003 by Salvador E. Tropea (SET),
+# see copyrigh file for details
+#
+# This file executes the steps needed to create the Turbo Vision and SETEdit
+# RPM files. It doesn't check for errors and is really simple.
+# It assumes both tarballs were uncompressed in the same directory and that
+# you are running the script from ../
+#
+cd ../tvision
+chmod +x redhat/create-rpms.sh
+redhat/create-rpms.sh
+cd ../setedit
+chmod +x redhat/create-rpms.sh
+redhat/create-rpms.sh
+