diff options
author | Daniel Baumann <daniel@debian.org> | 2007-10-18 22:49:30 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2007-10-18 22:49:30 +0200 |
commit | 9994d4494ebeee08f5b9af45f3a916295b922fb8 (patch) | |
tree | a85de6c2d4281227784dacd9b7d95ad816a0fbcf /Makefile | |
parent | ef6b9c5d76d6388c00f96caf18d512e1544cad3b (diff) | |
download | vyos-live-build-9994d4494ebeee08f5b9af45f3a916295b922fb8.tar.gz vyos-live-build-9994d4494ebeee08f5b9af45f3a916295b922fb8.zip |
Preparing live-helper 1.0~a33-1.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -91,9 +91,9 @@ uninstall: update: set -e; for FILE in functions/*.sh examples/cron/*.sh manpages/*.de.* manpages/*.en.*; \ do \ - sed -i -e 's/2007\\-10\\-15/2007\\-10\\-22/' \ - -e 's/15.10.2007/22.10.2007/' \ - -e 's/1.0~a32/1.0~a33/' \ + sed -i -e 's/2007\\-10\\-22/2007\\-10\\-29/' \ + -e 's/22.10.2007/29.10.2007/' \ + -e 's/1.0~a33/1.0~a34/' \ $$FILE; \ done |