Opened 7 years ago
Closed 7 years ago
#10825 closed defect (fixed)
Modify configure line for DConf-Editor-3.28.0
Reported by: | christopher | Owned by: | blfs-book |
---|---|---|---|
Priority: | normal | Milestone: | 8.3 |
Component: | BOOK | Version: | systemd |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
Hello,
The configure line for DConf-Edidor should be:
tar -xf ../../dconf-editor-3.28.0.tar.xz && cd dconf-editor-3.28.0 && mkdir build && cd build && meson --prefix=/usr --sysconfdir=/etc && ninja
because when you are extracting the editor tar ball you are within the build directory of dconf. Currently it is missing the extra needed ../
Note:
See TracTickets
for help on using tickets.
Fixed at revision 20189.
Used 'cd ..' before tarball extraction.