------------------------------------------------------------
revno: 1346
committer: Rene Engelhard <[email protected]>
branch nick: experimental
timestamp: Fri 2008-12-19 14:53:23 +0100
message:
  qstart.desktop is in the brand layer; fix double |
modified:
  rules
=== modified file 'rules'
--- a/rules     2008-12-19 09:12:03 +0000
+++ b/rules     2008-12-19 13:53:23 +0000
@@ -2210,7 +2210,7 @@
        for i in writer calc impress draw math base; do \
                perl -pi -e 's/Application;//; s/X-Red-Hat-Base;//; 
s/X-SuSE-Core-Office;//; s/X-MandrivaLinux-.*;//;' 
$(PKGDIR)-$$i/usr/share/applications/ooo$(VER)-$$i.desktop; \
        done
-       perl -pi -e 's/Application;//' 
$(PKGDIR)-gtk/$(OODIR)/share/xdg/qstart.desktop
+       perl -pi -e 's/Application;//' 
$(PKGDIR)-gtk/$(OOBRANDDIR)/share/xdg/qstart.desktop
 else
        # menu files from ooo-build/desktop
        for p in writer calc impress draw math base; do \
@@ -2601,7 +2601,7 @@
 
        # this is referenced in .keys/.applications
        for i in `find $(PKGDIR)-common/usr/share/icons -name 
"openofficeorg*png"`; do \
-               mkdir -p `dirname $$i | | sed -e 
s,openoffice.org-common,broffice.org,`; \
+               mkdir -p `dirname $$i | sed -e 
s,openoffice.org-common,broffice.org,`; \
                ln -s `basename $$i` `echo $$i | sed -e 
s,openoffice.org-common,broffice.org,`; \
        done
  

Reply via email to