diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-03 21:16:47 -0600 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-08-27 19:46:13 +0200 |
commit | cdb013149cb44979de46c8532bef3d9c4973fc24 (patch) | |
tree | 742195cd5c36212e678f7b7204434220bd3b94c9 /ubuntu | |
parent | 106ac645994b0ba6a2bd5fecdde76857e09874c5 (diff) | |
download | tde-packaging-cdb013149cb44979de46c8532bef3d9c4973fc24.tar.gz tde-packaging-cdb013149cb44979de46c8532bef3d9c4973fc24.zip |
Fix tde-i18n FTBFS on Debian and Ubuntu
(cherry picked from commit 36ee03e4ce97921aab8858efc5e6d54ccb9bb322)
Diffstat (limited to 'ubuntu')
-rwxr-xr-x | ubuntu/maverick/kde-i18n/debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/maverick/kde-i18n/debian/rules b/ubuntu/maverick/kde-i18n/debian/rules index 67ed72339..56af437b8 100755 --- a/ubuntu/maverick/kde-i18n/debian/rules +++ b/ubuntu/maverick/kde-i18n/debian/rules @@ -55,7 +55,7 @@ $(STAMP_EXTRACT): $(STAMP_BUILD): # Building the '$(cur_lang)' language ... - cd $(cur_lang_dir) && ./configure $(configkde) && $(MAKE) + cd $(cur_lang_dir) && autoreconf && automake -f && $(MAKE) -f ../admin/Makefile.common && ./configure $(configkde) && $(MAKE) touch $@ |