From f4fcfd34668242417045191d3cf89acbdc215ab2 Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Mon, 13 Mar 2023 19:42:38 +0100 Subject: [PATCH] debian: Adapt override_dh_fixperms-arch for snapshots Signed-off-by: Philippe Coval Change-Id: I213d018a139a68e39ff3d6656f1e99e483548797 --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index db1fac0..d0208bd 100755 --- a/debian/rules +++ b/debian/rules @@ -49,8 +49,8 @@ override_dh_install: .PHONY: override_dh_fixperms-arch override_dh_fixperms-arch: dh_fixperms - chown root:games debian/pinball/usr/games/pinball - chmod 2755 debian/pinball/usr/games/pinball + chown root:games debian/pinball*/usr/games/pinball + chmod 2755 debian/pinball*/usr/games/pinball .PHONY: override_dh_makeshlibs override_dh_makeshlibs: