[pkg-wine-party] [SCM] Debian Wine packaging branch, master, updated. wine-1.1.33-2-709-g594d443

Ove Kåven ovek at arcticnet.no
Mon Aug 15 21:08:58 UTC 2011


The following commit has been merged in the master branch:
commit 4f85b71290da35dd91da8d1abb3b77446618f923
Author: Ove Kåven <ovek at arcticnet.no>
Date:   Mon Aug 15 04:10:22 2011 +0200

    Fixed incorrect destination path in install-arch64 rule.

diff --git a/debian/rules b/debian/rules
index 750482a..539d010 100755
--- a/debian/rules
+++ b/debian/rules
@@ -285,7 +285,7 @@ install-arch64-stamp: build-arch64-stamp $(patsubst build%,install-arch%-stamp,$
 	dh_testroot
 
 	# install wine, libwine, fonts, and tools
-	$(MAKE) -C build64 install $(AMD64_OVERRIDES) DESTDIR=$(CURDIR)/debian/tmp/usr
+	$(MAKE) -C build64 install $(AMD64_OVERRIDES) DESTDIR=$(CURDIR)/debian/tmp
 	# move the real binaries into /$(AMD64_WINEDIR)
 	mv debian/tmp/usr/bin/wine debian/tmp/$(AMD64_WINEDIR)/wine.bin
 	mv debian/tmp/usr/bin/wineserver debian/tmp/$(AMD64_WINEDIR)/wineserver

-- 
Debian Wine packaging



More information about the pkg-wine-party mailing list