update one more call to the profile generator

Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
Dustin Kirkland 2009-06-26 12:13:09 -05:00
commit 3e3bb66182

2
debian/rules vendored
View file

@ -38,7 +38,7 @@ build:
clean:
dh_clean
./profiles/generate --clean
./profiles_generator/generate --clean
for po in po/*.po ; do \
lang=$${po#po/}; lang=$${lang%.po}; \
rm -f po/locale/$${lang}/LC_MESSAGES/${PKG}.mo ; \