summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-07-07 15:55:31 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-07-07 15:55:31 +0000
commit7ab16cfb4cff8e163fc287b12157929b33c0a4c4 (patch)
treea3df8fa0f4889b99af773aafbea913ccda98dbd1 /Makefile.am
parentf843c841cfdcb3bfd45ba136847421ad8e18efbe (diff)
Change permission for bluez.pc file
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 2de6775b..c4fc53e6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,5 +8,5 @@ DISTCLEANFILES = conftest.c conftest bluez.pc
EXTRA_DIST = ChangeLog libs.spec
-install-data-local:
- $(INSTALL) -D -m 755 $(top_builddir)/bluez.pc $(DESTDIR)$(libdir)/pkgconfig/bluez.pc
+install-data-local: bluez.pc
+ $(INSTALL) -D -m 644 $(top_builddir)/bluez.pc $(DESTDIR)$(libdir)/pkgconfig/bluez.pc