diff options
author | Colin Guthrie <colin@mageia.org> | 2013-11-21 18:52:13 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2013-11-21 19:32:31 +0000 |
commit | 489c2506cd2fd51efa7b167248a378d07923abfe (patch) | |
tree | ea65effe598be66d9e281d8443ad62adbf9715cc /polkit/Makefile | |
parent | 8945da36015b735225f42feff9fb4c0addfa39ed (diff) | |
download | drakx-net-489c2506cd2fd51efa7b167248a378d07923abfe.tar drakx-net-489c2506cd2fd51efa7b167248a378d07923abfe.tar.gz drakx-net-489c2506cd2fd51efa7b167248a378d07923abfe.tar.bz2 drakx-net-489c2506cd2fd51efa7b167248a378d07923abfe.tar.xz drakx-net-489c2506cd2fd51efa7b167248a378d07923abfe.zip |
polkit: Fix support for several third party net management commands (mga#11286)
Diffstat (limited to 'polkit/Makefile')
-rw-r--r-- | polkit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/polkit/Makefile b/polkit/Makefile index dc7c4ba..631426e 100644 --- a/polkit/Makefile +++ b/polkit/Makefile @@ -5,7 +5,8 @@ POLKITPOLICYDEST = $(DESTDIR)/usr/share/polkit-1/actions POLICY_IN := $(wildcard *.policy.in) POLICY = $(POLICY_IN:.policy.in=.policy) -WRAPPERS = $(patsubst org.mageia.%.policy,%,$(POLICY)) +MGAPOLICY_IN := $(wildcard org.mageia.*.policy.in) +WRAPPERS = $(patsubst org.mageia.%.policy.in,%,$(MGAPOLICY_IN)) all: $(WRAPPERS) $(POLICY) |