diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2017-08-01 13:19:15 +0200 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2017-08-01 13:19:15 +0200 |
commit | e63fcc7c3c2d78f9259a484a7a5216bfbc77e253 (patch) | |
tree | f5acde00745eeb747cea759318662575b3054263 | |
parent | c1ac520fa282e1b64bfe177bc50951ccbb26fb3e (diff) | |
download | midipix_build-e63fcc7c3c2d78f9259a484a7a5216bfbc77e253.tar.bz2 midipix_build-e63fcc7c3c2d78f9259a484a7a5216bfbc77e253.tar.xz |
vars/build.vars: remove duplicate `ruby' from ${LEAF_PACKAGES_PACKAGES}.
-rw-r--r-- | vars/build.vars | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vars/build.vars b/vars/build.vars index 9dd5e258..3ea28c4f 100644 --- a/vars/build.vars +++ b/vars/build.vars @@ -514,8 +514,8 @@ LEAF_PACKAGES_PACKAGES=" apk_tools bash bc bdwgc bind bison chicken clang_host coreutils cparser cron dash datamash diffutils dos2unix ed figlet file findutils gawk git gnupg grep hexcurse htop inetutils infounzip infozip irssi john ldns less lighttpd lynx make man_db mc mksh mtr nano netcat nginx openlitespeed openssh p7zip -pacman patch perl procps_ng python3 qpdf rsync ruby rxvt_unicode sed smallbasic socat tar tcsh -the_silver_searcher tmux util_linux vim weechat wget which whois xeyes xwd zsh"; +pacman patch perl procps_ng python3 qpdf rsync rxvt_unicode sed smallbasic socat tar tcsh the_silver_searcher +tmux util_linux vim weechat wget which whois xeyes xwd zsh"; if [ -n "$(which ruby 2>/dev/null)" ]; then LEAF_PACKAGES_PACKAGES="${LEAF_PACKAGES_PACKAGES:+${LEAF_PACKAGES_PACKAGES} }ruby"; fi; |