Update of /cvs/debian-openoffice/oo-deb/debian In directory gluck:/tmp/cvs-serv8411
Modified Files: rules Log Message: Fix langpack generation rule Index: rules =================================================================== RCS file: /cvs/debian-openoffice/oo-deb/debian/rules,v retrieving revision 1.159 retrieving revision 1.160 diff -u -d -r1.159 -r1.160 --- rules 27 Oct 2003 09:23:38 -0000 1.159 +++ rules 27 Oct 2003 10:32:51 -0000 1.160 @@ -917,9 +917,10 @@ done # Install the lang packs - for prefix in $(LANGPACKISOS) ; do \ - echo "Unpack "`debian/local/openoffice-xlate-lang -l $$prefix`" l10n..."; \ - langiso=`echo $$prefix | tr A-Z a-z`; \ + for iso in $(LANGPACKISOS) ; do \ + echo "Unpack "`debian/local/openoffice-xlate-lang -l $$iso`" l10n..."; \ + langiso=`echo $$iso | tr A-Z a-z`; \ + prefix=`debian/local/openoffice-xlate-lang -p $$iso`;\ debian/local/openoffice-dpack-lang \ -d="debian/openoffice.org$(VER)-l10n-$$langiso$(OPENOFFICEDIR)" \ -i=$(SOURCE_TREE)/instsetoo/$(ARCHBUILDDIR)/$$prefix/normal/setup.ins \