]> git.pld-linux.org Git - packages/man-pages.git/blobdiff - man-pages-cs-bash.patch
- added cs-bash patch; fixed cs man pages build/install
[packages/man-pages.git] / man-pages-cs-bash.patch
diff --git a/man-pages-cs-bash.patch b/man-pages-cs-bash.patch
new file mode 100644 (file)
index 0000000..d465f72
--- /dev/null
@@ -0,0 +1,21 @@
+--- cs/latest.sh.orig  2008-01-14 00:46:05.000000000 +0100
++++ cs/latest.sh       2014-09-14 14:46:58.773242154 +0200
+@@ -1,5 +1,5 @@
+- 
+-#!/bin/sh
++#!/bin/bash
++
+ mkdir -p latest/man{1,2,3,4,5,6,7,8}
+ find . -maxdepth 1 -mindepth 1 ! -name latest -type d -print | while read podadresar
+--- cs/Makefile.orig   2006-12-17 17:20:19.000000000 +0100
++++ cs/Makefile        2014-09-14 14:47:47.923240087 +0200
+@@ -16,7 +16,7 @@ remove:
+ latest:
+-      sh latest.sh
++      bash latest.sh
+ gz:
+       # we have to gzip only real text files
This page took 0.030286 seconds and 4 git commands to generate.