GNOME Bugzilla – Bug 688806
build: Ensure pkglibdir exists
Last modified: 2012-11-28 22:37:11 UTC
Recent automake versions switched to not creating empty directories, but at the moment NetworkManager g_warning()s on startup if it doesn't find $(pkglibdir). So let's make it.
Created attachment 229573 [details] [review] build: Ensure pkglibdir exists
Comment on attachment 229573 [details] [review] build: Ensure pkglibdir exists ok
Comment on attachment 229573 [details] [review] build: Ensure pkglibdir exists >+ $(mkinstalldirs) -m 0700 $(DESTDIR)$(pkglibdir) actually, shouldn't it be 755 for pkglibdir?
Created attachment 230087 [details] [review] build: Ensure pkglibdir exists Recent automake versions switched to not creating empty directories, but at the moment NetworkManager g_warning()s on startup if it doesn't find $(pkglibdir). So let's make it.
4511581dba42cc4c32b32ad05f9c400673a5b051 Pushed, thanks!