From acffef8d09e9493340eb4fd18e78a14acb9e3056 Mon Sep 17 00:00:00 2001 From: Adam Heath Date: Sun, 7 Jul 2002 20:06:36 +0000 Subject: [PATCH] Fix install location of /usr/lib/dpkg/methods. --- ChangeLog | 4 ++++ debian/changelog | 2 ++ debian/rules | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 973a7816..de939526 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sun Jul 7 14:54:44 CDT 2002 Adam Heath + + * debian/rules: Fix install location of /usr/lib/dpkg/methods. + Sat Jul 6 23:51:03 CEST 2002 Wichert Akkerman * debian/rules: Move dselect.cfg to dselect package. diff --git a/debian/changelog b/debian/changelog index 864e9292..809e787e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ dpkg (1.10.3) unstable; urgency=low * Move dselect.cfg to dselect package. Closes: Bug#152132 + * Install methods into /usr/lib/dpkg/methods, not /usr/lib/dpkg. Closes: + #152161. -- Wichert Akkerman UNRELEASED diff --git a/debian/rules b/debian/rules index b5ed737b..d97a7f9d 100755 --- a/debian/rules +++ b/debian/rules @@ -240,7 +240,7 @@ binary-dselect: stamp-binary install -d -m 755 -o root -g root $(TMP_DSELECT)/usr/bin mv $(INSTALL_TMP)/usr/bin/dselect $(TMP_DSELECT)/usr/bin/ - install -d -m 755 -o root -g root $(TMP_DSELECT)/usr/lib + install -d -m 755 -o root -g root $(TMP_DSELECT)/usr/lib/dpkg mv $(INSTALL_TMP)/usr/lib/dpkg/methods $(TMP_DSELECT)/usr/lib/dpkg/ install -d -m 755 -o root -g root $(TMP_DSELECT)/var/lib/dpkg -- 2.39.5