istopwg / ippeveselfcert

IPP Everywhere Printer Self-Certification Tools
https://www.pwg.org/ipp/everywhere.html
Apache License 2.0
21 stars 6 forks source link

scripts/make-ippeveselfcert.sh : build fails because renamed files aren't listed properly #16

Closed wifiprintguy closed 7 years ago

wifiprintguy commented 7 years ago

The commit c25124ef609940cf1ecfa5b1c646604df4b30c19 included a file rename (LICENSE.txt -> LICENSE.md) and mods to the scripts/make-ippeveselfcert.sh, but the modifications didn't properly deal with the file renaming.

So:

  1. fix the renamed file entry in the script -cp LICENSE.txt $pkgdir +cp LICENSE.md $pkgdir

  2. Get rid of the script's copy for "tests/LICENSE.md" which doesn't exist in that subdirectory

  3. Rename tests/README.txt to tests/README.md to make it be Markdown