null+****@clear*****
null+****@clear*****
2012年 7月 25日 (水) 18:44:44 JST
HAYASHI Kentaro 2012-07-25 18:44:44 +0900 (Wed, 25 Jul 2012) New Revision: 2ae5afc67b405d824c41951e522a2ebb9e8e6377 https://github.com/groonga/groonga/commit/2ae5afc67b405d824c41951e522a2ebb9e8e6377 Log: apt: changes utility script name Modified files: packages/check-utility.sh Modified: packages/check-utility.sh (+5 -5) =================================================================== --- packages/check-utility.sh 2012-07-25 18:43:01 +0900 (0cb3b68) +++ packages/check-utility.sh 2012-07-25 18:44:44 +0900 (7d2bbde) @@ -112,7 +112,7 @@ EOF install_groonga_packages () { - cat > install-debian-groonga.sh <<EOF + cat > install-aptitude-groonga.sh <<EOF #!/bin/sh sudo aptitude clean rm -f /var/lib/apt/lists/packages.groonga.org_* @@ -124,7 +124,7 @@ sudo aptitude -V -D -y install groonga sudo aptitude -V -D -y install groonga-tokenizer-mecab sudo aptitude -V -D -y install groonga-munin-plugins EOF - cat > install-ubuntu-groonga.sh <<EOF + cat > install-aptget-groonga.sh <<EOF #!/bin/sh sudo apt-get clean rm -f /var/lib/apt/lists/packages.groonga.org_* @@ -141,11 +141,11 @@ EOF root_dir=$CHROOT_ROOT/$code-$arch INSTALL_SCRIPT="" case $code in - squeeze|wheezy|unstable) - INSTALL_SCRIPT=install-debian-groonga.sh + squeeze|unstable) + INSTALL_SCRIPT=install-aptitude-groonga.sh ;; *) - INSTALL_SCRIPT=install-ubuntu-groonga.sh + INSTALL_SCRIPT=install-aptget-groonga.sh ;; esac echo "copy install script $INSTALL_SCRIPT to $root_dir/tmp" -------------- next part -------------- HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...Download