aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 5acfcbc0..ea11ec5f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
VERSION = 5.50
NAME = rpmdrake
-DIRS = po data mime
+DIRS = po polkit/policy data mime
PREFIX = /usr/local
DATADIR = $(PREFIX)/share
@@ -22,11 +22,10 @@ install: $(ALL)
find -name '*.pm' -o -name rpmdrake -o -name MageiaUpdate | xargs ./simplify-drakx-modules
./simplify-drakx-modules {gurpmi.addmedia,edit-urpm-sources.pl}
@for n in $(DIRS); do make -C $$n install; done
- install -d $(BINDIR) $(SBINDIR) $(LIBEXECDIR) $(PREFIX)/share/polkit-1/actions
+ install -d $(BINDIR) $(SBINDIR) $(LIBEXECDIR)
install rpmdrake MageiaUpdate gurpmi.addmedia $(LIBEXECDIR)
install edit-urpm-sources.pl $(LIBEXECDIR)/drakrpm-edit-media
install polkit/wrappers/* $(BINDIR)
- install polkit/policy/* $(PREFIX)/share/polkit-1/actions
ln -sf drakrpm-edit-media $(BINDIR)/edit-urpm-sources.pl
ln -sf rpmdrake $(BINDIR)/drakrpm
ln -sf MageiaUpdate $(BINDIR)/drakrpm-update
@@ -53,7 +52,8 @@ gui.lst:
| sort -u > gui.lst
check:
- rm -f po/*.pot
+ rm -f po/*.pot
+ @make -C po clean
@make -C po rpmdrake.pot
.PHONY: gui.lst