Closed ArchangeGabriel closed 6 years ago
From one run to another, I can get a failure because of this:
install -m 644 libfwup.h.3 /build/fwupdate/pkg/fwupdate/usr/share/man/man3/libfwup.h.3 install -d -m 755 /build/fwupdate/pkg/fwupdate/usr/share/man/man3/ install -m 644 libfwup.3 /build/fwupdate/pkg/fwupdate/usr/share/man/man3/libfwup.3 install: cannot create regular file '/build/fwupdate/pkg/fwupdate/usr/share/man/man3/libfwup.h.3': No such file or directory
The man3 folder should be created before trying to install things inside, and apparently this might not be the case some times. ;)
man3
Closed by 4869af0
From one run to another, I can get a failure because of this:
The
man3
folder should be created before trying to install things inside, and apparently this might not be the case some times. ;)