From 47296da8bee39d7cca4f57e572e2fdafe4eb36a5 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Thu, 17 Apr 2008 03:57:19 +0100 Subject: Remove bogus dependency on Ubuntu "localechooser-data" package In Debian, this package doesn't exist as a .deb, so we must maintain our own local copy of the languagelist file. (This patch also adds code to synchronise this file to the Makefile's "update:" target so this isn't too annoying.) --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c377644..98a6ef6 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ install: test build cp bin/live-getty bin/live-login bin/live-new-uuid bin/live-snapshot $(DESTDIR)/sbin mkdir -p $(DESTDIR)/usr/share/live-initramfs - cp bin/live-preseed bin/live-reconfigure $(DESTDIR)/usr/share/live-initramfs + cp bin/live-preseed bin/live-reconfigure contrib/languagelist $(DESTDIR)/usr/share/live-initramfs mkdir -p $(DESTDIR)/usr/share/initramfs-tools cp -r hooks scripts $(DESTDIR)/usr/share/initramfs-tools @@ -120,6 +120,10 @@ update: $$FILE; \ done + # Update language list + wget -O "contrib/languagelist" \ + "http://svn.debian.org/viewsvn/\*checkout\*/d-i/trunk/packages/localechooser/languagelist" + clean: distclean: -- cgit v1.2.3