diff options
| author | Daniel Baumann <daniel@debian.org> | 2007-09-23 14:46:41 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:31:05 +0100 |
| commit | 140b179f0ff73f3cc1c081f6e6641417a5a0788d (patch) | |
| tree | 481a5081c3c1b261b3f36bcde87cdcc8b45dcaf8 /Makefile | |
| parent | 4328832d0d00e2d8f6608ae6db2e8a70a4a8571e (diff) | |
| download | live-boot-140b179f0ff73f3cc1c081f6e6641417a5a0788d.tar.gz live-boot-140b179f0ff73f3cc1c081f6e6641417a5a0788d.zip | |
Adding live-initramfs 1.99.1-1.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -108,9 +108,9 @@ uninstall: update: set -e; for FILE in docs/parameters.txt manpages/*.en.*; \ do \ - sed -i -e 's/2007\\-08\\-27/2007\\-09\\-03/' \ - -e 's/27.08.2007/03.09.2007/' \ - -e 's/1.96.2/1.96.3/' \ + sed -i -e 's/2007\\-09\\-03/2007\\-09\\-10/' \ + -e 's/03.09.2007/10.09.2007/' \ + -e 's/1.99.1/1.99.2/' \ $$FILE; \ done |
