From c97ad53a1d4b586869bcd6323e467f635f72e2b3 Mon Sep 17 00:00:00 2001 From: Adam Heath Date: Sun, 24 Dec 2000 20:00:40 +0000 Subject: [PATCH] Use DESTDIR when installing /etc/dpkg/origins/dpkg. --- ChangeLog | 4 ++++ Makefile.in | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1dc72984..e8656485 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sun Dec 24 13:59:36 CST 2000 Adam Heath + + * Use DESTDIR when installing /etc/dpkg/origins/dpkg + Sun Dec 24 17:35:12 CET 2000 Wichert Akkerman * dselect/main.cc: make commandline options work again diff --git a/Makefile.in b/Makefile.in index 95670820..44b11df4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -14,8 +14,8 @@ SUBDIRS = include lib optlib intl dpkg-deb split scripts utils main \ all: version.h all-recursive install: all install-recursive - $(mkinstalldirs) $(dpkgconfdir)/origins - $(INSTALL_DATA) $(srcdir)/origin $(dpkgconfdir)/origins/debian + $(mkinstalldirs) $(DESTDIR)$(dpkgconfdir)/origins + $(INSTALL_DATA) $(srcdir)/origin $(DESTDIR)$(dpkgconfdir)/origins/debian clean: clean-recursive rm -f $(GENFILES) -- 2.39.5