diff options
author | 2014-11-15 00:49:36 -0800 | |
---|---|---|
committer | 2014-11-15 00:49:36 -0800 | |
commit | a47a9eed6cfcb7662c0fe4674fdfbc450cca2448 (patch) | |
tree | 2b31b3ab23e11486ef69f4827f6ca35570fb905d /create-dist-xz.sh | |
parent | update AUTHORS (diff) | |
download | zsh-completion-a47a9eed6cfcb7662c0fe4674fdfbc450cca2448.tar.gz zsh-completion-a47a9eed6cfcb7662c0fe4674fdfbc450cca2448.tar.bz2 zsh-completion-a47a9eed6cfcb7662c0fe4674fdfbc450cca2448.zip |
add _openrc to widgets to be installed and update snapshot name
Diffstat (limited to 'create-dist-xz.sh')
-rwxr-xr-x | create-dist-xz.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/create-dist-xz.sh b/create-dist-xz.sh index b69967b..adcbc1b 100755 --- a/create-dist-xz.sh +++ b/create-dist-xz.sh @@ -3,10 +3,10 @@ : ${TAR:=$(which tar)} EXTRA_DIST="AUTHORS" -COMPLETION_WIDGETS="_eselect _gcc-config _genlop _gentoolkit _gentoo_packages _layman _portage _portage_utils" +COMPLETION_WIDGETS="_eselect _gcc-config _genlop _gentoolkit _gentoo_packages _layman _openrc _portage _portage_utils" snapshot_date="$(date +%Y%m%d)" -snapshot_dir="zsh-completion-${snapshot_date}" +snapshot_dir="gentoo-zsh-completions-${snapshot_date}" if [[ -d ${snapshot_dir} ]]; then rm -rf ${snapshot_dir} |