summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2008-04-17 03:57:19 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:47:59 +0100
commit47296da8bee39d7cca4f57e572e2fdafe4eb36a5 (patch)
treedc99012518dca6d1e43cc898dafbe7c2483c835e /Makefile
parent7a40489620ead4392765b3e8ba9a7f2c020676d3 (diff)
downloadlive-boot-47296da8bee39d7cca4f57e572e2fdafe4eb36a5.tar.gz
live-boot-47296da8bee39d7cca4f57e572e2fdafe4eb36a5.zip
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.)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
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: