summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2009-09-11 15:33:34 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:48:06 +0100
commitf2a96ee75e6376f3674fbaf8a78b03c28e03c692 (patch)
tree5f4ae89e9327188200940ef389e4924425450bbf /Makefile
parent6ee64586b53dcabfef9825c10fb6bc21c9a3a1fc (diff)
downloadlive-boot-f2a96ee75e6376f3674fbaf8a78b03c28e03c692.tar.gz
live-boot-f2a96ee75e6376f3674fbaf8a78b03c28e03c692.zip
Removing unused sed call in update target of Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index e01ae9b..73bf2ba 100644
--- a/Makefile
+++ b/Makefile
@@ -113,15 +113,6 @@ uninstall:
rm -f $(DESTDIR)/usr/share/man/man7/live-login.7.gz
update:
- set -e; for FILE in docs/parameters.txt; \
- do \
- sed -i -e 's/2007\\-11\\-19/2007\\-11\\-26/' \
- -e 's/2007-11-19/2007-11-26/' \
- -e 's/19.11.2007/26.11.2007/' \
- -e 's/1.113.1/1.113.2/' \
- $$FILE; \
- done
-
# Update language list
wget -O "contrib/languagelist" \
"http://svn.debian.org/viewsvn/*checkout*/d-i/trunk/packages/localechooser/languagelist"