]> git.pld-linux.org Git - packages/dmraid.git/commitdiff
- fix files dup, kill bashism
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 22 May 2006 22:41:14 +0000 (22:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dmraid-fix.patch -> 1.1

dmraid-fix.patch [new file with mode: 0644]

diff --git a/dmraid-fix.patch b/dmraid-fix.patch
new file mode 100644 (file)
index 0000000..40e4230
--- /dev/null
@@ -0,0 +1,19 @@
+--- dmraid/lib/Makefile.in.orig        2006-02-17 17:19:25.000000000 +0100
++++ dmraid/lib/Makefile.in     2006-05-23 00:19:13.798639000 +0200
+@@ -35,7 +35,6 @@
+       format/ataraid/pdc.c \
+       format/ataraid/sil.c \
+       format/ataraid/via.c \
+-      format/ataraid/asr.c \
+       format/partition/dos.c
+ OBJECTS=$(SOURCES:%.c=%.o)
+@@ -66,7 +65,7 @@
+       for f in $(INSTALL_TARGETS); \
+       do \
+               n=$$(basename $${f}) ; \
+-              if [[ "$$n" =~ '.so$$' ]]; then \
++              if echo "$$n" | grep -q '.so$$'; then \
+                       $(INSTALL) -m 555 $(STRIP) \
+                               $$f $(libdir)/$${n}.@DMRAID_LIB_VERSION@; \
+                       $(LN_S) -f $${n}.@DMRAID_LIB_VERSION@ $(libdir)/$${n}; \
This page took 0.074616 seconds and 4 git commands to generate.