]> err.no Git - dpkg/commitdiff
cp instead of mv since we need files for both dpkg and dpkg-static (ugh)
authorWichert Akkerman <wakkerma@debian.org>
Tue, 2 Jul 2002 08:21:34 +0000 (08:21 +0000)
committerWichert Akkerman <wakkerma@debian.org>
Tue, 2 Jul 2002 08:21:34 +0000 (08:21 +0000)
ChangeLog
debian/rules

index 66a5063444bb7d8b7ef51c578599915d9154b592..528307481585ad1e4bd51ce46aaaa2adabe8595c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Jul  2 10:20:40 CEST 2002 Wichert Akkerman <wichert@deephackmode.org>
+
+  * 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 <wichert@deephackmode.org>
 
   * debian/rules: Remove autom4te.cache in clean target
index 1013a6f15c774f6ad8441c0cf028ef07a09c6074..b3d04a408f6428da70cb28398f3d5abebd834d6e 100755 (executable)
@@ -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/