Skip to content

Commit

Permalink
debian: Adapt override_dh_fixperms-arch for snapshots
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Coval <rzr@users.sf.net>
Change-Id: I213d018a139a68e39ff3d6656f1e99e483548797
  • Loading branch information
rzr committed Feb 26, 2024
1 parent 0648dc1 commit f4fcfd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/rules
Expand Up @@ -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:

0 comments on commit f4fcfd3

Please sign in to comment.