mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 11:19:16 +02:00
remove duplicated section
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3651 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
78865114aa
commit
9e4f42147c
1 changed files with 1 additions and 20 deletions
|
|
@ -21,22 +21,3 @@ clean-local :
|
||||||
rm -f *~
|
rm -f *~
|
||||||
polkit_policydir = $(datadir)/PolicyKit/policy
|
polkit_policydir = $(datadir)/PolicyKit/policy
|
||||||
|
|
||||||
dist_polkit_policy_DATA = \
|
|
||||||
org.freedesktop.network-manager-settings.system.policy
|
|
||||||
|
|
||||||
check:
|
|
||||||
for f in $(dist_polkit_policy_DATA); do \
|
|
||||||
echo -n "Validate PolicyKit policy in $$f : "; \
|
|
||||||
$(POLKIT_POLICY_FILE_VALIDATE) $(srcdir)/$$f ; \
|
|
||||||
ret=$$?; \
|
|
||||||
if [ "$$ret" == "0" ]; \
|
|
||||||
then \
|
|
||||||
echo ok; \
|
|
||||||
else \
|
|
||||||
echo failed; \
|
|
||||||
exit 1; \
|
|
||||||
fi; \
|
|
||||||
done;
|
|
||||||
|
|
||||||
clean-local :
|
|
||||||
rm -f *~
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue