From 7ab16cfb4cff8e163fc287b12157929b33c0a4c4 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 7 Jul 2004 15:55:31 +0000 Subject: Change permission for bluez.pc file --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') 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 -- cgit