From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: From: Robert Schwebel Date: Sun, 30 Oct 2011 23:00:45 +0100 Message-Id: <1320012059-24971-14-git-send-email-r.schwebel@pengutronix.de> In-Reply-To: <1320012059-24971-1-git-send-email-r.schwebel@pengutronix.de> References: <20111030220011.GK14918@pengutronix.de> <1320012059-24971-1-git-send-email-r.schwebel@pengutronix.de> Subject: [ptxdist] [PATCH 14/28] daemonize: clean up patches Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Cc: Robert Schwebel Signed-off-by: Robert Schwebel --- .../daemonize-1.4/0001-install-to-DESTDIR.patch | 26 ++++++++++++++++++++ patches/daemonize-1.4/fix-destdir-install.diff | 22 ---------------- patches/daemonize-1.4/series | 1 - 3 files changed, 26 insertions(+), 23 deletions(-) create mode 100644 patches/daemonize-1.4/0001-install-to-DESTDIR.patch delete mode 100644 patches/daemonize-1.4/fix-destdir-install.diff delete mode 100644 patches/daemonize-1.4/series diff --git a/patches/daemonize-1.4/0001-install-to-DESTDIR.patch b/patches/daemonize-1.4/0001-install-to-DESTDIR.patch new file mode 100644 index 0000000..85679b3 --- /dev/null +++ b/patches/daemonize-1.4/0001-install-to-DESTDIR.patch @@ -0,0 +1,26 @@ +From 8e91c4db00e0bb71d508dd63842f450feddaeb60 Mon Sep 17 00:00:00 2001 +From: Michael Olbrich +Date: Sat, 29 Oct 2011 19:06:44 +0200 +Subject: [PATCH] install to DESTDIR + +Signed-off-by: Michael Olbrich +--- + Makefile.in | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/Makefile.in b/Makefile.in +index 6fcb8f7..332c180 100644 +--- a/Makefile.in ++++ b/Makefile.in +@@ -7,7 +7,7 @@ srcdir = @srcdir@ + VPATH = @srcdir@ + INSTALL_PREFIX = @prefix@ + INSTALL = @INSTALL@ +-INSTALL_SBIN = $(INSTALL_PREFIX)/sbin ++INSTALL_SBIN = $(DESTDIR)$(INSTALL_PREFIX)/sbin + MISSING_SOURCES = @LOCAL_MISSING_SOURCES@ + MISSING_OBJECTS = $(MISSING_SOURCES:.c=.o) + CC = @CC@ +-- +1.7.7 + diff --git a/patches/daemonize-1.4/fix-destdir-install.diff b/patches/daemonize-1.4/fix-destdir-install.diff deleted file mode 100644 index 6f6d61b..0000000 --- a/patches/daemonize-1.4/fix-destdir-install.diff +++ /dev/null @@ -1,22 +0,0 @@ -From: Michael Olbrich -Subject: install to DESTDIR - -Signed-off-by: Michael Olbrich - ---- - Makefile.in | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -Index: b/Makefile.in -=================================================================== ---- a/Makefile.in -+++ b/Makefile.in -@@ -7,7 +7,7 @@ srcdir = @srcdir@ - VPATH = @srcdir@ - INSTALL_PREFIX = @prefix@ - INSTALL = @INSTALL@ --INSTALL_SBIN = $(INSTALL_PREFIX)/sbin -+INSTALL_SBIN = $(DESTDIR)$(INSTALL_PREFIX)/sbin - MISSING_SOURCES = @LOCAL_MISSING_SOURCES@ - MISSING_OBJECTS = $(MISSING_SOURCES:.c=.o) - CC = @CC@ diff --git a/patches/daemonize-1.4/series b/patches/daemonize-1.4/series deleted file mode 100644 index 2be6392..0000000 --- a/patches/daemonize-1.4/series +++ /dev/null @@ -1 +0,0 @@ -fix-destdir-install.diff -- 1.7.7 -- ptxdist mailing list ptxdist@pengutronix.de