diff options
author | Richard Hughes <richard@hughsie.com> | 2011-04-26 12:10:31 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2011-04-26 12:10:31 +0100 |
commit | 214fd54b5ce046ffe6ddec34433343385691641b (patch) | |
tree | 925b88991f280c217fc194cae70a4cd11857e686 /src | |
parent | e510c87f7ef021f13993371adc3818424afa0234 (diff) | |
download | colord-214fd54b5ce046ffe6ddec34433343385691641b.tar.gz |
Create /var/lib/colord at buildtime not runtime to enure it's labeled by SELinux correctly
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 8c39e48..7bf179a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -203,6 +203,7 @@ endif install-data-hook: if test -w $(DESTDIR)$(prefix)/; then \ mkdir -p $(DESTDIR)$(CD_SYSTEM_PROFILES_DIR); \ + mkdir -p $(DESTDIR)$(localstatedir)/lib/colord; \ fi TESTS = cd-self-test |