[SCM] libmatroska/master: debian/rules: build install path updated

mfv-guest at users.alioth.debian.org mfv-guest at users.alioth.debian.org
Mon Sep 23 13:15:51 UTC 2013


The following commit has been merged in the master branch:
commit e57fb7b0831d307ba545a3254510e4ef4d22367f
Author: Matteo F. Vescovi <mfv.debian at gmail.com>
Date:   Mon Sep 23 15:06:27 2013 +0200

    debian/rules: build install path updated

diff --git a/debian/rules b/debian/rules
index 97d4981..c8a225f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,8 +6,9 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 	dh $@ --sourcedirectory=make/linux
 
 override_dh_auto_install:
-	dh_auto_install -- prefix=$(CURDIR)/debian/tmp/usr \
-		libdir=$(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)
+	dh_auto_install -- \
+		prefix=/usr \
+		libdir=/usr/lib/$(DEB_HOST_MULTIARCH)
 
 override_dh_auto_test:
 	dh_auto_test --no-act

-- 
libmatroska packaging



More information about the pkg-multimedia-commits mailing list