------------------------------------------------------------ revno: 1002 committer: Rene Engelhard <[EMAIL PROTECTED]> branch nick: debian timestamp: Sat 2008-02-16 12:14:33 +0100 message: we need readlink -f modified: changelog rules
=== modified file 'changelog' --- a/changelog 2008-02-16 11:12:35 +0000 +++ b/changelog 2008-02-16 11:14:33 +0000 @@ -1,3 +1,11 @@ +openoffice.org (1:2.4.0~rc1-2.3pre) unstable; urgency=low + + * debian/rules: + - use readlink -f for determining libstlport_gcc.so.4.6s location + (closes: #466040) + + -- Rene Engelhard <[EMAIL PROTECTED]> Sat, 16 Feb 2008 12:12:52 +0100 + openoffice.org (1:2.4.0~rc1-2) unstable; urgency=low * upload to unstable
=== modified file 'rules' --- a/rules 2008-02-16 11:12:35 +0000 +++ b/rules 2008-02-16 11:14:33 +0000 @@ -2177,7 +2177,7 @@ ifeq "$(USE_STLPORT)" "y" ifeq "$(USE_SYSTEM_STLPORT)" "y" rm -f $(PKGDIR)-core/$(OODIR)/program/libstlport* - ln -s `readlink /usr/lib/libstlport_gcc.so` \ + ln -s `readlink -f /usr/lib/libstlport_gcc.so` \ debian/openoffice.org$(VER)-core/$(OODIR)/program/libstlport_gcc.so endif endif