summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-06-05 16:16:58 +0200
committerDaniel Baumann <daniel@debian.org>2012-06-05 19:35:49 +0200
commitdc6d1a0b26dae2b2197631bb4f94738a289e7b8a (patch)
tree10b8ae8dcc98d2c34d016c0509c1e553ad6fbd75 /Makefile
parenta89bf1dc9bef0b4f62541e29e6b7684af39569bc (diff)
downloadlive-boot-dc6d1a0b26dae2b2197631bb4f94738a289e7b8a.tar.gz
live-boot-dc6d1a0b26dae2b2197631bb4f94738a289e7b8a.zip
Removing dead lang2locale function and associated files, not used anywhere.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e202f85..af6becb 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ install:
cp bin/live-new-uuid bin/live-snapshot bin/live-swapfile $(DESTDIR)/sbin
mkdir -p $(DESTDIR)/usr/share/live-boot
- cp bin/live-preseed bin/live-reconfigure local/languagelist $(DESTDIR)/usr/share/live-boot
+ cp bin/live-preseed bin/live-reconfigure $(DESTDIR)/usr/share/live-boot
mkdir -p $(DESTDIR)/usr/share/initramfs-tools
cp -r initramfs-tools/* $(DESTDIR)/usr/share/initramfs-tools