[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

./packages/openofficeorg/3.0/experimental r1207: fix ure-link fixing



------------------------------------------------------------
revno: 1207
committer: Rene Engelhard <rene@debian.org>
branch nick: debian
timestamp: Tue 2008-08-05 21:52:40 +0200
message:
  fix ure-link fixing
modified:
  rules
=== modified file 'rules'
--- a/rules	2008-08-03 14:23:10 +0000
+++ b/rules	2008-08-05 19:52:40 +0000
@@ -1716,7 +1716,7 @@
 	# fixup ure-link symlink. The move is done in install-arch
 	# but the link is in -common so we need to do it here.
 	cd debian/tmp/pkg/openoffice.org-common/$(OOBASISDIR) && \
-		ln -sf /$(OOUREDIR) ure-link
+		rm ure-link && ln -sf /$(OOUREDIR) ure-link
 
 ifeq "$(ENABLE_GIO)" "y"
 	# the config for gio should be  there where gio itself is, shouldn't it?


Reply to: