[Pkg-libvirt-commits] [libvirt-sandbox] 01/03: Don't hardcode x86_64

Guido Guenther agx at moszumanska.debian.org
Fri Apr 15 16:40:52 UTC 2016


This is an automated email from the git hooks/post-receive script.

agx pushed a commit to annotated tag debian/0.5.1+git20151113-3
in repository libvirt-sandbox.

commit 92a5e6a17ead904e6af28f822a6632d3a331f432
Author: Guido Günther <agx at sigxcpu.org>
Date:   Fri Apr 15 18:08:37 2016 +0200

    Don't hardcode x86_64
    
    Fixes a c'n'p error which breaks builds on other architectures
---
 debian/libvirt-sandbox-1.0-dev.install | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/libvirt-sandbox-1.0-dev.install b/debian/libvirt-sandbox-1.0-dev.install
index c5c5d9a..371aabe 100644
--- a/debian/libvirt-sandbox-1.0-dev.install
+++ b/debian/libvirt-sandbox-1.0-dev.install
@@ -2,4 +2,4 @@ usr/include/*
 usr/lib/*/pkgconfig/
 usr/lib/*/libvirt-sand*-1.0.so
 usr/share/gir-1.0/*
-usr/lib/x86_64-linux-gnu/*.a
+usr/lib/*/*.a

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libvirt-sandbox.git



More information about the Pkg-libvirt-commits mailing list