[pkg-wine-party] [SCM] Debian Wine packaging branch, master, updated. wine-1.1.12-1-2-gc41d8c0

Ove Kaaven ovek at arcticnet.no
Sat Jan 10 09:48:45 UTC 2009


The following commit has been merged in the master branch:
commit d7e8a4f708ef0e7f9349ee8c8ad92d3f48d0253a
Author: Ove Kaaven <ovek at arcticnet.no>
Date:   Fri Jan 9 08:19:00 2009 +0100

    Fix a minor copy&paste error I did for copying wine-preloader etc into the packages
    (should use install, not mv, in the binary-arch target).

diff --git a/debian/rules b/debian/rules
index 3cfc4a3..6168e85 100755
--- a/debian/rules
+++ b/debian/rules
@@ -288,7 +288,7 @@ ifeq (,$(AMD64_COPY))
 	# if they were compiled on the current one, install them
 	for ldr in $(LOADERS); do \
 	 [ ! -f debian/tmp/usr/lib/wine/$$ldr ] || \
-	 mv debian/tmp/usr/lib/wine/$$ldr debian/libwine/usr/lib/wine; \
+	 install debian/tmp/usr/lib/wine/$$ldr debian/libwine/usr/lib/wine; \
 	done
 
 	# patch marlett.ttf due to fontforge bug #458234

-- 
Debian Wine packaging



More information about the pkg-wine-party mailing list