GNOME Bugzilla – Bug 770764
$installdir is not properly expanded in data/gnome-user-share-webdav.desktop
Last modified: 2016-09-06 13:13:37 UTC
When running something like ./configure --libexecdir=${libdir}/gnome-user-share, the resulting data/gnome-user-share-webdav.desktop is broken, as it will contain something like Exec=${prefix}/lib/x86_64-linux-gnu/gnome-user-share/gnome-user-share-webdav Expanding variables via configure is broken, this needs to be done in the Makefile. See https://lists.gnu.org/archive/html/bug-autoconf/2016-04/msg00001.html
Created attachment 334660 [details] [review] build: Properly expand paths in gnome-user-share-webdav.desktop
Committed after fixing the CLEANFILES (distcheck failed with a left-over .desktop.in file)
thanks