Change permission for bluez.pc file

This commit is contained in:
Marcel Holtmann 2004-07-07 15:55:31 +00:00
parent f843c841cf
commit 7ab16cfb4c

View File

@ -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