Skip to content

Commit

Permalink
ZSH packing bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Mar 8, 2021
1 parent b45fe0c commit a57810a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compilation.sh
Expand Up @@ -620,7 +620,7 @@ compile_armbian-zsh()
# define default plugins
sed -i 's/^plugins=.*/plugins=(evalcache git git-extras debian tmux screen history extract colorize web-search docker)/' "${tmp_dir}/${armbian_zsh_dir}"/etc/skel/.zshrc

chmod 755 "${tmp_dir}/${armbian_zsh_dir}"/DEBIAN/{postinst}
chmod 755 "${tmp_dir}/${armbian_zsh_dir}"/DEBIAN/postinst

fakeroot dpkg -b "${tmp_dir}/${armbian_zsh_dir}" >/dev/null
rsync --remove-source-files -rq "${tmp_dir}/${armbian_zsh_dir}.deb" "${DEB_STORAGE}/"
Expand Down

0 comments on commit a57810a

Please sign in to comment.