CHANGELOG 2005-08-17
[hdw-linux/hdw-linux.git] / packages / x11 / thunderbird / thunderbird
index 082e484..13b3e0b 100644 (file)
@@ -2,9 +2,9 @@
 #
 # author: hackbard@hackdaworld.dyndns.org
 #
-# [V] 1.0.2
+# [V] 1.0.6
 # [S] 3-8
-# [D] thunderbird-1.0.2-source.tar.bz2 http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/1.0.2/source/
+# [D] thunderbird-1.0.6-source.tar.bz2 http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/1.0.6/source/
 
 srcdir=mozilla
 optimize="`echo $hdw_cflags | awk '{ print $1 }'`"
@@ -16,6 +16,10 @@ pre_install()        {
        sed "s,0000000000,hdw-linux -- ${hdw_version}," \
                xpfe/global/build.dtd.in > xpfe/global/build.dtd.in.new
        mv xpfe/global/build.dtd.in.new xpfe/global/build.dtd.in
+       # patching app Makefile (still needed?)
+       sed 's/$(destdir)$(bindir)/$(DESTDIR)$(mozappdir)/' \
+               mail/app/Makefile.in > mail/app/Makefile.in.new
+       mv mail/app/Makefile.in.new mail/app/Makefile.in
                }
 
 confopt="$confopt --enable-default-toolkit=gtk2 --with-x --with-system-zlib"