Changes

Jump to navigation Jump to search
Line 44: Line 44:  
* ''**'' matches everything, including directory separator
 
* ''**'' matches everything, including directory separator
    +
== Pitfalls ==
 +
 +
=== Devel packages ===
 +
 +
It is common practice in binary-based GNU/Linux distributions to use satellite devel packages to collect various build-time files like C headers or pkg-config files. In the 0install environment, this doesn't work, because every package is stored in a separate directory hierarchy, e.g., *.so symlinks, from devel package, will point to nothing, since all *.so.* files from the library package live in a separate directory.
 +
 +
Keep all build-time files in the runtime package.
    
<!--
 
<!--

Navigation menu