wok-next rev 4509
firefox: fix packager.mk
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Nov 23 15:30:10 2009 +0100 (2009-11-23) |
parents | e985b2bb6ac2 |
children | ecf167c9dacc |
files | firefox/receipt |
line diff
1.1 --- a/firefox/receipt Mon Nov 23 15:28:01 2009 +0100 1.2 +++ b/firefox/receipt Mon Nov 23 15:30:10 2009 +0100 1.3 @@ -24,6 +24,7 @@ 1.4 mv mozilla-* $PACKAGE-$VERSION 2>/dev/null 1.5 cp -a stuff/firefox.mozconfig $src/.mozconfig 1.6 cd $src 1.7 + sed -i 's/xtype/type/' toolkit/mozapps/installer/packager.mk 1.8 ./configure $CONFIGURE_ARGS && 1.9 make && 1.10 make DESTDIR=$PWD/_pkg install