openh323-1.13.5.4

Pavel Volkovitskiy int at mtx.ru
Wed Jan 5 19:58:13 CST 2005


Hello

Could anybody explain why this is done in openh323 debian/rules file?
==============================================================
sed -e 's#^OPENH323DIR.*#OPENH323DIR = \/usr\/lib#g' \
            openh323u.mak > 
debian/libopenh323-dev/usr/share/openh323/openh323u.mak
==============================================================

after 'configure' stage in 'openh323u.mak' we could see:
===============================================================
....
PWLIBDIR        = /usr/share/pwlib/
OPENH323DIR     = /home/int/Development/h323/1/openh323-1.13.5.4
....
===============================================================

but why we change it to 'OPENH323DIR = /usr/lib' on 'install' stage if 
our real OPENH323DIR would be '/usr/share/openh323'?
I think it's a bug

-- 
Pavel



More information about the ubuntu-devel mailing list