]> git.pld-linux.org Git - packages/geninitrd.git/blob - geninitrd-posix-sh.patch
- one more typo
[packages/geninitrd.git] / geninitrd-posix-sh.patch
1 --- geninitrd-12757/functions.orig      2015-11-09 13:02:48.000000000 +0100
2 +++ geninitrd-12757/functions   2016-06-21 20:39:25.851674448 +0200
3 @@ -303,9 +303,9 @@
4         '
5  }
6  
7 -# get possible paths for specifed patter containing LIBDIR
8 +# get possible paths for specifed pattern containing LIBDIR
9  get_libdir() {
10         for dir in lib lib64 libx32; do
11 -               echo -n "${1/LIBDIR/$dir} "
12 +               echo -n "$1 " | sed -e "s,LIBDIR,${dir},g"
13         done
14  }
This page took 0.130945 seconds and 3 git commands to generate.