From a121fe19874eb8380d2e2e2f9ed55c0e1b124ea2 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 21 Nov 2011 13:03:11 -0600 Subject: Fix tde-i18n FTBFS on Debian and Ubuntu --- ubuntu/maverick/tde-i18n/debian/rules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ubuntu') diff --git a/ubuntu/maverick/tde-i18n/debian/rules b/ubuntu/maverick/tde-i18n/debian/rules index cdafc3d0f..60b78838f 100755 --- a/ubuntu/maverick/tde-i18n/debian/rules +++ b/ubuntu/maverick/tde-i18n/debian/rules @@ -6,13 +6,13 @@ I18N_DIR_PREFIX := tde-i18n #I18N_VERSION := $(shell cat debian/changelog | head -n1 | sed 's/.*(\([[:digit:]]\+:\)\?\(.\+\)-.\+).*/\2/') I18N_VERSION := 3.5.10 -I18N_DIR_PAT := $(I18N_DIR_PREFIX)-%-$(I18N_VERSION) -I18N_DIRS := $(subst .tar.bz2,,$(wildcard $(I18N_DIR_PREFIX)-*-$(I18N_VERSION).tar.bz2)) +I18N_DIR_PAT := $(I18N_DIR_PREFIX)-% +I18N_DIRS := $(wildcard $(I18N_DIR_PREFIX)-*) I18N_PATCHES := $(wildcard debian/patches/*.diff) # Stamps and support variables cur_lang = $(word 2,$(subst __, ,$@)) -cur_lang_dir = $(patsubst %,$(I18N_DIR_PREFIX)-%-$(I18N_VERSION),$(cur_lang)) +cur_lang_dir = $(patsubst %,$(I18N_DIR_PREFIX)-%,$(cur_lang)) cur_lang_patch = $(patsubst %,debian/patches/%.diff,$(cur_lang)) cur_pkg = $(I18N_DIR_PREFIX)-$(cur_lang) @@ -49,7 +49,7 @@ build:: build:: $(STAMP_EXTRACT) patch $(STAMP_BUILD) $(STAMP_EXTRACT): - tar xfj $(cur_lang_dir).tar.bz2 +# tar xfj $(cur_lang_dir).tar.bz2 @touch $@ $(STAMP_BUILD): -- cgit v1.2.1