diff options
-rwxr-xr-x | kiss | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -684,7 +684,7 @@ pkg_install() { trap '' INT # Installation works by unpacking the tar-ball to a specified location, - # manually running 'mkdir' to create each directory and finally, using + # manually running 'cpio' to create each directory and finally, using # 'mv' to move each file. cd "$tar_dir" |