summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-09-23 14:46:39 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:31:05 +0100
commit8363c6c595d8f1a3fdd6af8a4965b628d9ce4088 (patch)
tree69dd34b7ae62bb2a48f0927869824408c8fae2dc /Makefile
parent74f8c4c954a06ebc99be06ad8b77e0ef0880b30e (diff)
downloadlive-boot-8363c6c595d8f1a3fdd6af8a4965b628d9ce4088.tar.gz
live-boot-8363c6c595d8f1a3fdd6af8a4965b628d9ce4088.zip
Adding live-initramfs 1.91.3-1.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0121a19..a389356 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
CFLAGS = -Wall -g -O2
BUILD_SYSTEM := $(shell lsb_release --short --id)
-TRANSLATIONS=""
+TRANSLATIONS="it"
all: build
@@ -83,6 +83,7 @@ uninstall:
rm -rf $(DESTDIR)/usr/share/live-initramfs
rm -f $(DESTDIR)/usr/share/initramfs-tools/hooks/live
rm -rf $(DESTDIR)/usr/share/initramfs-tools/scripts/live*
+ rm -f $(DESTDIR)/usr/share/initramfs-tools/scripts/local-top/live
# Uninstalling documentation
rm -rf $(DESTDIR)/usr/share/doc/live-initramfs
@@ -118,6 +119,7 @@ update:
set -e; for MANPAGE in manpages/*.en.*; \
do \
sed -i -e 's/2007\\-06\\-25/2007\\-07\\-02/' \
+ -e 's/25.06.2007/02.07.2007/' \
-e 's/1.91.2/1.91.3/' \
$$MANPAGE; \
done