hpk/src/package
Nathan Fisher af41d1c006 Fix bug introduced revolving around the ustar `prefix` field. GNU tar
was not giving the full path to each file and ignoring the `prefix`
field. On investigation, the field is only to be used if the filename
is longer than 100 bytes. Since the library code had been simplified to
always use the prefix field this caused all filenames shorter than 100
bytes to fail.

Also updated `package-bootstrap` to the latest patch release, which has
a fix for completions being installed into the base directory rather
than the appropriate subdirectory.
2023-05-05 19:07:44 -04:00
..
arch.rs Moved hpk-package all the way back into tree, fixed some clippy lints 2023-04-16 10:36:43 -04:00
dependency.rs Moved hpk-package all the way back into tree, fixed some clippy lints 2023-04-16 10:36:43 -04:00
mod.rs Fix bug introduced revolving around the ustar `prefix` field. GNU tar 2023-05-05 19:07:44 -04:00
specs.rs Add shells hook 2023-04-29 23:40:17 -04:00