dslm4515 / Musl-LFS

Linux From Scratch using Musl as Libc
GNU General Public License v3.0
170 stars 21 forks source link

Files not present: files/utmps-alpine/*.pc #59

Closed LostGhost1 closed 2 years ago

LostGhost1 commented 2 years ago

When building the final system (section 03 - Chroot), compiling utmp, you are asked to do the following:

# Set the version in pkconfig file
cp -v ../files/utmps-alpine/*.pc /tmp/
sed -i -e "s/@@VERSION@@/0.1.0.2/g" -- /tmp/*.pc 

However, there is no such directory as files/utmps-alpine! Am I missing something?

dslm4515 commented 2 years ago

Hmmm. Let me check if it's a typo or missing.

dslm4515 commented 2 years ago

Looks like it was accidentally deleted in version 9.00. Version 8.00 of this repo has it.

dslm4515 commented 2 years ago

Added missing file with commit cdfb765

Thanks!