summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/tde-i18n
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-21 13:03:11 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-21 13:03:11 -0600
commita121fe19874eb8380d2e2e2f9ed55c0e1b124ea2 (patch)
treee681a6a61889586c04aa475726a5a0dc42ee118e /ubuntu/maverick/tde-i18n
parent5856478380fa4ebb9a28dd75d974fd7ee1200cb0 (diff)
downloadtde-packaging-a121fe19874eb8380d2e2e2f9ed55c0e1b124ea2.tar.gz
tde-packaging-a121fe19874eb8380d2e2e2f9ed55c0e1b124ea2.zip
Fix tde-i18n FTBFS on Debian and Ubuntu
Diffstat (limited to 'ubuntu/maverick/tde-i18n')
-rwxr-xr-xubuntu/maverick/tde-i18n/debian/rules8
1 files changed, 4 insertions, 4 deletions
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):