Kaydet (Commit) ec515932 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

What is bin/distro-install-file-lists supposed to do?

It is called from the recipe for distro-pack-install in Makefile.in, and I'm
(re-/mis-?) using that make target for xdg-app builds (mainly to populate the
/usr/share metadata via bin/distro-install-desktop-integration), which then
fail because there is no $DESTDIR/gid_Module_Root.

Is anybody using that make target still in a way where
bin/distro-install-file-lists is doing something useful (and why is it that
$DESTDIR/gid_Module_Root is existing in that case, but not in mine), or is that
some leftover stuff than should be removed?

Change-Id: I27197c4ae3f57f028f5b181315484e25c1edbaf7
üst 7480966c
...@@ -62,7 +62,7 @@ merge_flists() ...@@ -62,7 +62,7 @@ merge_flists()
if ! test -f $DESTDIR/gid_Module_Root; then if ! test -f $DESTDIR/gid_Module_Root; then
echo "Error: Failed to generate package file lists"; echo "Error: Failed to generate package file lists";
echo " Have you defined DESTDIR?" echo " Have you defined DESTDIR?"
exit 1; exit
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment