文件
ParlzPackageManger/web/mirror/lang
JGZYES 06d7f2011a feat: pmm system-install mode (default) — /usr/bin, /etc/pmm, system lib, no env vars
Default (no -p) now installs like a system package manager:
- pmm config/db -> /etc/pmm, cache -> /var/cache/pmm, pmm binary -> /usr/bin.
- .pdm data routed by type: bin -> /usr/bin, lib -> /usr/lib/<pkg-subpath>,
  etc -> /etc/pmm/<pkg>, else -> /usr/share/pmm/<pkg>; then ldconfig.
- pmm_remove removes the recorded absolute system dests.
- pmm_add_to_path is a no-op in system mode (system paths are auto-found);
  the -p <path> local mode keeps the old ~/.pmm + PATH/LD_LIBRARY_PATH behavior.
Verified: routing moves (no double multiarch), and -p local mode still writes env.
2026-09-06 17:00:45 +08:00
..