Changeset b0a073b


Ignore:
Timestamp:
08/25/2021 11:53:46 AM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2405d19e
Parents:
4e9c598
Message:

qemu: prevent installing /usr/var

configure needs --localstatedir=/var. Report by Joe Locash.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/virtualization/qemu.xml

    r4e9c598 rb0a073b  
    222222../configure --prefix=/usr               \
    223223             --sysconfdir=/etc           \
     224             --localstatedir=/var        \
    224225             --target-list=$QEMU_ARCH    \
    225226             --audio-drv-list=alsa       \
Note: See TracChangeset for help on using the changeset viewer.