diff options
author | William Jon McCann <jmccann@redhat.com> | 2008-02-07 19:29:34 -0500 |
---|---|---|
committer | William Jon McCann <jmccann@redhat.com> | 2008-02-07 19:29:34 -0500 |
commit | e59d5e9a9974a14043c98c292936584cefa930d3 (patch) | |
tree | 1d0d25bfd10b57b80f4a837337cd52291cd06a84 /src | |
parent | a7a00ec7f7237bd0150ed98dba5e796236135e28 (diff) | |
download | ConsoleKit2-e59d5e9a9974a14043c98c292936584cefa930d3.tar.gz |
touch the history file to create it for people not using packages
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 8d5d83b..3712cff 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -202,3 +202,5 @@ install-data-local: -mkdir -p $(DESTDIR)$(libdir)/ConsoleKit/run-session.d -mkdir -p $(DESTDIR)$(localstatedir)/run/ConsoleKit -mkdir -p $(DESTDIR)$(localstatedir)/log/ConsoleKit + -umask 022 + -touch $(DESTDIR)$(localstatedir)/log/ConsoleKit/history |