yubikey-luks
yubikey-luks copied to clipboard
Makefile error: cannot copy a directory, 'DEBUILD', into itself
The Makefile target "debianize" contains:
mkdir -p DEBUILD/${SRC_DIR}
cp -r * DEBUILD/${SRC_DIR}
This resuilts in an error on Ubuntu: cannot copy a directory, 'DEBUILD', into itself
Consider changing the cp to:
cp -r ${ls |grep -v DEBUILD}
... or something that does that.
I also have this issue
For some reason the author did not include all of the build dependencies in the debian/control file.
devscripts
is required to build.