From: Sergio Villar Senin Date: Tue, 13 Nov 2007 17:52:10 +0000 (+0000) Subject: * Added two missing "debian", because CURDIR is the root folder X-Git-Tag: git_migration_finished~2101 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=10e5cb98e6bd83f82b1b5ff4ff18c515e152cd26 * Added two missing "debian", because CURDIR is the root folder pmo-trunk-r3726 --- diff --git a/debian/rules b/debian/rules index f6da553..4a2834e 100755 --- a/debian/rules +++ b/debian/rules @@ -97,7 +97,7 @@ endif # we remove the modest.mo english localization, if the current control file contains a reference # to modest-l10n-mr0; thus, the modest package will not conflict with that one. # if modest-l10n-mr0 is not there, we'll install our own (en_GB) .mo file. - grep modest-l10n-mr0 $(CURDIR)/control && rm $(CURDIR)/tmp/usr/share/locale/en_GB/LC_MESSAGES/modest.mo + grep modest-l10n-mr0 $(CURDIR)/debian/control && rm $(CURDIR)/debian/tmp/usr/share/locale/en_GB/LC_MESSAGES/modest.mo # Build architecture-independent files here.