aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2013-11-09 22:43:44 +0159
committerThomas Backlund <tmb@mageia.org>2013-11-09 22:43:44 +0159
commitf2366f534d43d12a6c69b525dd9dc3b3ecdbe3da (patch)
tree91c8d262d66b08c10478f417f6b706634d56124a
parent7c7cc30c96cc00c8f8e4833a6876885275fc98b3 (diff)
downloadrpmdrake-5.52.1.tar
rpmdrake-5.52.1.tar.gz
rpmdrake-5.52.1.tar.bz2
rpmdrake-5.52.1.tar.xz
rpmdrake-5.52.1.zip
5.52.15.52.1
-rw-r--r--Makefile2
-rw-r--r--NEWS4
-rw-r--r--polkit/Makefile2
3 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 40404f99..3cf50aa7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION = 5.52
+VERSION = 5.52.1
NAME = rpmdrake
DIRS = po polkit data mime
diff --git a/NEWS b/NEWS
index 6905732e..16f9e926 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Version 5.52.1 - 9 November 2013, Thomas Backlund
+
+- fix typo in last polkit Makefile change
+
Version 5.52 - 9 November 2013, Thomas Backlund
- use /usr/libexec/drakrpm-addmedia directly under stage2
diff --git a/polkit/Makefile b/polkit/Makefile
index 182070ae..2984e433 100644
--- a/polkit/Makefile
+++ b/polkit/Makefile
@@ -13,7 +13,7 @@ clean:
rm -f $(WRAPPERS) $(POLICY)
%: org.mageia.%.policy.in
- @echo -e '#!/bin/sh\nif [[ "$(id -u)" != "0" ]] ; then" >\n exec $(BINDIR)/pkexec $(LIBEXECDIR)/$@ $$""*\nelse\n exec $(LIBEXECDIR)/$@ $$""*\nfi\n' > $@
+ @echo -e '#!/bin/sh\nif [[ "$(id -u)" != "0" ]] ; then\n exec $(BINDIR)/pkexec $(LIBEXECDIR)/$@ $$""*\nelse\n exec $(LIBEXECDIR)/$@ $$""*\nfi\n' > $@
%.policy: %.policy.in
intltool-merge --utf8 ../po $< $@ -x -u -c ../po/.intltool-merge-cache