]> git.pld-linux.org Git - packages/dmraid.git/blob - dmraid-fix.patch
- fix bcond
[packages/dmraid.git] / dmraid-fix.patch
1 --- dmraid/lib/Makefile.in.orig 2006-02-17 17:19:25.000000000 +0100
2 +++ dmraid/lib/Makefile.in      2006-05-23 00:19:13.798639000 +0200
3 @@ -66,7 +65,7 @@
4         for f in $(INSTALL_TARGETS); \
5         do \
6                 n=$$(basename $${f}) ; \
7 -               if [[ "$$n" =~ '.so$$' ]]; then \
8 +               if echo "$$n" | grep -q '.so$$'; then \
9                         $(INSTALL) -m 555 $(STRIP) \
10                                 $$f $(libdir)/$${n}.@DMRAID_LIB_VERSION@; \
11                         $(LN_S) -f $${n}.@DMRAID_LIB_VERSION@ $(libdir)/$${n}; \
This page took 0.074547 seconds and 3 git commands to generate.