From: Daniel Baumann Date: Fri, 11 Sep 2009 13:33:34 +0000 (+0200) Subject: Removing unused sed call in update target of Makefile. X-Git-Tag: debian/2.0.15-1~284 X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=commitdiff_plain;h=f2a96ee75e6376f3674fbaf8a78b03c28e03c692 Removing unused sed call in update target of Makefile. --- 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"