Skip to content

Commit

Permalink
mkinitramfs-ll.zsh: minor update (cause of installtion mess)
Browse files Browse the repository at this point in the history
  • Loading branch information
tokiclover committed Dec 2, 2014
1 parent f10419d commit 0fcb927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkinitramfs-ll.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ if [[ -f "${PKG[name]}".conf ]] {
: ${opts[-prefix]:=${opts[-p]:-initramfs-}}
# @VARIABLE: opts[-usrdir]
# @DESCRIPTION: usr dir path, to get extra files
: ${opts[-usrdir]:=${opts[-u]:-${PWD}/usr}}
: ${opts[-usrdir]:=${opts[-u]:-"${PWD}"/usr}}
# @VARIABLE: opts[-compressor]
# @DESCRIPTION: compression command
: ${opts[-compressor]:=${opts[-c]:-xz -9 --check=crc32}}
Expand Down

0 comments on commit 0fcb927

Please sign in to comment.