[pcsxr] 10/18: Fix *.la removal path in debian/rules

James Cowgill jcowgill-guest at moszumanska.debian.org
Wed Mar 30 23:48:15 UTC 2016


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

jcowgill-guest pushed a commit to branch master
in repository pcsxr.

commit b48488c68b02d9921f1facd171ec717caf562a99
Author: James Cowgill <james410 at cowgill.org.uk>
Date:   Wed Mar 30 22:32:09 2016 +0100

    Fix *.la removal path in debian/rules
---
 debian/rules | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 2e6f2d7..e024cbb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,8 +2,6 @@
 
 .PHONY: override_dh_auto_configure override_dh_auto_install override_dh_install override_dh_strip
 
-DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
-
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
 
@@ -19,7 +17,7 @@ override_dh_auto_configure:
 
 override_dh_auto_install:
 	dh_auto_install
-	rm -f $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/psemu/*.la
+	rm -f $(CURDIR)/debian/pcsxr/usr/lib/*/psemu/*.la
 
 override_dh_install:
 	dh_install --fail-missing

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



More information about the Pkg-games-commits mailing list