Sfoglia il codice sorgente

cp instead of mv since we need files for both dpkg and dpkg-static (ugh)

Wichert Akkerman 24 anni fa
parent
commit
ed3f66f547
2 ha cambiato i file con 6 aggiunte e 1 eliminazioni
  1. 5 0
      ChangeLog
  2. 1 1
      debian/rules

+ 5 - 0
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

+ 1 - 1
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/