summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile.drakxtools
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2013-09-29 17:52:35 +0100
committerColin Guthrie <colin@mageia.org>2013-09-29 18:04:28 +0100
commitaadf8003fcc1cb4139e52a1d6df69e77d117375f (patch)
treeaf79d1e699ff4327629c397d63dd8d8540125e2b /perl-install/Makefile.drakxtools
parentcf9d69a113fd0c59dd8fffb387d1a756452bb105 (diff)
downloaddrakx-aadf8003fcc1cb4139e52a1d6df69e77d117375f.tar
drakx-aadf8003fcc1cb4139e52a1d6df69e77d117375f.tar.gz
drakx-aadf8003fcc1cb4139e52a1d6df69e77d117375f.tar.bz2
drakx-aadf8003fcc1cb4139e52a1d6df69e77d117375f.tar.xz
drakx-aadf8003fcc1cb4139e52a1d6df69e77d117375f.zip
polkit: Allow polkit policy messages to be translated
Diffstat (limited to 'perl-install/Makefile.drakxtools')
-rw-r--r--perl-install/Makefile.drakxtools6
1 files changed, 2 insertions, 4 deletions
diff --git a/perl-install/Makefile.drakxtools b/perl-install/Makefile.drakxtools
index 9922bfecf..16dfc6bc0 100644
--- a/perl-install/Makefile.drakxtools
+++ b/perl-install/Makefile.drakxtools
@@ -4,7 +4,7 @@ include Makefile.config
.PHONY: install
INLIBDEST_DIRS = c resize_fat
-HAVEINST_DIRS = share/po standalone/po standalone/interactive_http standalone/menu
+HAVEINST_DIRS = share/po standalone/po standalone/interactive_http standalone/menu standalone/polkit/policy
DIRS = $(INLIBDEST_DIRS) $(HAVEINST_DIRS) harddrake ../tools/serial_probe
NAME = libDrakX
XSETUPLEVEL=40
@@ -21,7 +21,6 @@ ETCDEST = $(PREFIX)/etc/gtk
LIBDEST = $(LIBDIR)/$(NAME)
PIXDIR = $(DATADIR)/$(NAME)/pixmaps
INITDIR = $(PREFIX)/etc/rc.d/init.d
-POLKITPOLICYDEST = $(PREFIX)/usr/share/polkit-1/actions
.PHONY: $(DIRS)
all: ../tools/rpcinfo-flushed $(DIRS)
@@ -32,7 +31,7 @@ $(DIRS):
install:
perl -pi -e "s/\"VER\"(; # version)/\"$(VERSION)\"\1/" standalone.pm
- mkdir -p $(BINDEST) $(ETCDEST) $(SBINDEST) $(DATADIR)/{applications,harddrake,pixmaps,icons/{large,mini},autostart} $(PIXDIR) $(INITDIR) $(MENUDIR) $(LIBEXECDEST) $(POLKITPOLICYDEST)
+ mkdir -p $(BINDEST) $(ETCDEST) $(SBINDEST) $(DATADIR)/{applications,harddrake,pixmaps,icons/{large,mini},autostart} $(PIXDIR) $(INITDIR) $(MENUDIR) $(LIBEXECDEST)
install -d $(INLIBDEST_DIRS:%=$(LIBDEST)/%)
install $(STANDALONEPMS) standalone/convert $(SBINDEST)
install -s ../tools/rpcinfo-flushed ../tools/serial_probe/serial_probe $(SBINDEST)
@@ -48,7 +47,6 @@ install:
mv -f $(SBINDEST)/drak{auth,boot,clock,font,ups,xservices} $(LIBEXECDEST)
mv -f $(SBINDEST)/logdrake $(LIBEXECDEST)/draklog
install standalone/polkit/wrappers/* $(BINDEST)
- install standalone/polkit/policy/* $(POLKITPOLICYDEST)
install -m 644 *.pm $(LIBDEST)
for i in $(PMS_DIRS); do install -d $(LIBDEST)/$$i ; install -m 644 $$i/*.pm $(LIBDEST)/$$i/;done