]> git.pld-linux.org Git - packages/gnumeric.git/commitdiff
- fixed bashizm issue during install, thx for arekm for solution
authoraflinta <aflinta@pld-linux.org>
Thu, 4 Nov 2004 12:46:51 +0000 (12:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnumeric-bashizm.patch -> 1.1

gnumeric-bashizm.patch [new file with mode: 0644]

diff --git a/gnumeric-bashizm.patch b/gnumeric-bashizm.patch
new file mode 100644 (file)
index 0000000..1e3c43e
--- /dev/null
@@ -0,0 +1,18 @@
+--- gnumeric-1.3.92/templates/autoformat/Makefile.am.orig      2004-11-04 13:36:03.087143080 +0100
++++ gnumeric-1.3.92/templates/autoformat/Makefile.am   2004-11-04 13:37:54.055273360 +0100
+@@ -41,13 +41,13 @@
+                   < $(srcdir)/$$cat.category.in                       \
+                   > $$dir/.category   ;                               \
+               for f in $(srcdir)/autoformat.$$cat.*.xml.in ; do       \
+-                      echo "  $${f/.*autoformat.$$cat./}" ;           \
++                      echo "  `echo $${f} | sed -e 's#.*autoformat.$$cat.##g'`"; \
+                       sed                                             \
+                               -e 's/ _author *=/ author=/'            \
+                               -e 's/ _name *=/ name=/'                \
+                               -e 's/ _description *=/ description=/'  \
+                           < $$f                                       \
+-                          > $$dir/`basename $${f/.xml.in/.xml}` ;     \
++                          > $$dir/`basename `echo $${f} | sed -e 's#.xml.in#.xml#g'``;\
+               done                                                    \
+       done
This page took 0.047 seconds and 4 git commands to generate.