summaryrefslogtreecommitdiffstats
path: root/oldies/prep-patch
diff options
context:
space:
mode:
Diffstat (limited to 'oldies/prep-patch')
-rwxr-xr-xoldies/prep-patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/oldies/prep-patch b/oldies/prep-patch
new file mode 100755
index 0000000..bdb4627
--- /dev/null
+++ b/oldies/prep-patch
@@ -0,0 +1,28 @@
+#! /bin/bash
+
+# This script is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License version 2 as
+# published by the Free Software Foundation.
+#
+# See the COPYING and AUTHORS files for more details.
+
+. patchfns 2>/dev/null ||
+. /usr/lib/patch-scripts/patchfns 2>/dev/null ||
+. $PATCHSCRIPTS_LIBDIR/patchfns 2>/dev/null ||
+{
+ echo "Impossible to find my library 'patchfns'."
+ echo "Check your install, or go to the right directory"
+ exit 1
+}
+
+if [ $# -ne 1 ]
+then
+ echo "Usage prep-patch patchname"
+ exit 1
+fi
+
+PATCHNAME=$(stripit $1)
+
+head -2 $(txt_file_name $PATCHNAME) | tail -1 | tr -d '\n' | xcb -s 1
+xcb -p 1; echo
+cp $P/patches/$PATCHNAME.patch /tmp/patch