octave-patch-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-patch-tracker] [patch #9440] Add Flatpak build manifest


From: Mike Miller
Subject: [Octave-patch-tracker] [patch #9440] Add Flatpak build manifest
Date: Thu, 24 Aug 2017 15:07:36 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #25, patch #9440 (project octave):

I'm trying to clean up files in the various builds, particularly cups, but I'm
finding the post-install and cleanup directives to be very counterintuitive
and quirky.

The big benefit of cleanup AIUI is it only deletes files that are installed by
a particular module, so you can be a bit liberal and delete "/bin/*". The
downside of cleanup is it only deletes files, you can't recursively delete a
directory by name.

OTOH post-install lets me delete anything I want, but now I discover that it
operates on the union of the current build and all previous builds. So if I
try to delete "/app/bin/" in the cups post-install, I have lost gfortran by
the time I get to building Octave.

Now trying to use a combination of the two, cleanup to delete files that are
in directories shared with other modules, like bin, and post-install to clean
up directories that are entirely owned by cups, like /app/lib/cups/.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?9440>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]