Skip to content

Commit

Permalink
Merge pull request #277 from marcosfrm/polkit-prefix
Browse files Browse the repository at this point in the history
Add numerical prefix to polkit rule filenames
  • Loading branch information
jcoffland authored Aug 26, 2024
2 parents c1aa704 + e341465 commit 62e7b9f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,12 @@ if 'package' in COMMAND_LINE_TARGETS:
elif env['PLATFORM'] == 'posix':
if env.GetPackageType() == 'deb':
polkit = [
'build/install/lin/fah-client.pkla',
'var/lib/polkit-1/localauthority/10-vendor.d/fah-client.pkla'
'build/install/lin/10-fah-client.pkla',
'var/lib/polkit-1/localauthority/10-vendor.d/10-fah-client.pkla'
]
else:
polkit = ['build/install/lin/fah-client.rules',
'usr/share/polkit-1/rules.d/fah-client.rules']
polkit = ['build/install/lin/10-fah-client.rules',
'usr/share/polkit-1/rules.d/10-fah-client.rules']

misc.append(polkit)

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 62e7b9f

Please sign in to comment.