diff options
author | Daniel Baumann <daniel@debian.org> | 2007-10-18 22:55:56 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:31:06 +0100 |
commit | 6bfe95a7c93d84d0a2f9071bbe3809c173287402 (patch) | |
tree | efa5a633ddaf313e96a0ab86cc1691464e648fb3 /Makefile | |
parent | bcb57ad3afaefc543f3a6574ca624e06bd19098b (diff) | |
download | live-boot-6bfe95a7c93d84d0a2f9071bbe3809c173287402.tar.gz live-boot-6bfe95a7c93d84d0a2f9071bbe3809c173287402.zip |
Preparing live-initramfs 1.110.3-1.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -108,10 +108,10 @@ uninstall: update: set -e; for FILE in docs/parameters.txt; \ do \ - sed -i -e 's/2007\\-15\\-08/2007\\-10\\-22/' \ - -e 's/2007-15-08/2007-10-22/' \ - -e 's/15.10.2007/22.10.2007/' \ - -e 's/1.110.2/1.110.3/' \ + sed -i -e 's/2007\\-10\\-22/2007\\-10\\-29/' \ + -e 's/2007-10-22/2007-10-29/' \ + -e 's/22.10.2007/29.10.2007/' \ + -e 's/1.110.3/1.110.4/' \ $$FILE; \ done |