From: Wichert Akkerman Date: Tue, 2 Jul 2002 08:21:34 +0000 (+0000) Subject: cp instead of mv since we need files for both dpkg and dpkg-static (ugh) X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed3f66f5478731eea611994739929ab1994f44c6;p=dpkg cp instead of mv since we need files for both dpkg and dpkg-static (ugh) --- diff --git a/ChangeLog b/ChangeLog index 66a50634..52830748 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Jul 2 10:20:40 CEST 2002 Wichert Akkerman + + * debian/rules: cp instead of mv since we need files for both dpkg + and dpkg-static (ugh) + Tue Jul 2 10:08:18 CEST 2002 Wichert Akkerman * debian/rules: Remove autom4te.cache in clean target diff --git a/debian/rules b/debian/rules index 1013a6f1..b3d04a40 100755 --- a/debian/rules +++ b/debian/rules @@ -101,7 +101,7 @@ binary-dpkg-most binary-dpkg-static-most: binary-dpkg%-most: stamp-binary% install -d -m 755 -o root -g root $(TMP_DPKG)/var/lib/dpkg -test -d $(INSTALL_TMP)/etc && cp -a $(INSTALL_TMP)/etc $(TMP_DPKG)/ set -e ; for i in info alternatives parts updates ; do \ - mv $(INSTALL_TMP)/var/lib/dpkg/$$i $(TMP_DPKG)/var/lib/dpkg/ ; \ + cp -a $(INSTALL_TMP)/var/lib/dpkg/$$i $(TMP_DPKG)/var/lib/dpkg/ ; \ done cp -a $(INSTALL_TMP)/usr/sbin/start-stop-daemon $(TMP_DPKG)/sbin/ cp -a $(INSTALL_TMP)/usr/sbin $(TMP_DPKG)/usr/