The following commit has been merged in the master branch:
commit 00c2dc8f44e0ca838a1dc2602605239b38a766a3
Author: Rene Engelhard <[email protected]>
Date:   Tue Jan 24 01:20:09 2012 +0100

    add missing $

diff --git a/rules b/rules
index be61f07..8154253 100755
--- a/rules
+++ b/rules
@@ -2803,7 +2803,7 @@ endif
                        ;; \
                *) \
                        cat debian/changelog \
-                       | sed -e '/^openoffice/,$d' \
+                       | sed -e '/^openoffice/,$$d' \
                        > debian/$$PKG.changelog; \
                        ;; \
                esac; \
@@ -3224,7 +3224,7 @@ endif
                        ;; \
                *) \
                        cat debian/changelog \
-                       | sed -e '/^openoffice/,$d' \
+                       | sed -e '/^openoffice/,$$d' \
                        > debian/$$PKG.changelog; \
                        ;; \
                esac; \

-- 
LibreOffice packaging repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to