[Groonga-commit] groonga/groonga [master] packages: fix typo

Back to archive index

HAYASHI Kentaro null+****@clear*****
Fri Sep 21 20:59:43 JST 2012


HAYASHI Kentaro	2012-09-21 20:59:43 +0900 (Fri, 21 Sep 2012)

  New Revision: 02c215e0c8b5ba11ff3303d5ea998d4bdbb5842b
  https://github.com/groonga/groonga/commit/02c215e0c8b5ba11ff3303d5ea998d4bdbb5842b

  Log:
    packages: fix typo

  Modified files:
    packages/check-utility.sh

  Modified: packages/check-utility.sh (+2 -2)
===================================================================
--- packages/check-utility.sh    2012-09-21 19:33:15 +0900 (c5ed7e8)
+++ packages/check-utility.sh    2012-09-21 20:59:43 +0900 (8db55ab)
@@ -151,10 +151,10 @@ check_build_rpm_packages ()
     BASE_VERSION=`cat ../base_version`
     RESULT_SET=`find yum/repositories -name "*$BASE_VERSION*" | grep $dist | grep $arch`
     if [ -z "$RESULT_SET" ]; then
-	printf "%8s %6s %s =>  0 deb\n" $dist$ver $arch $BASE_VERSION
+	printf "%8s %6s %s =>  0 rpm\n" $dist$ver $arch $BASE_VERSION
     else
 	PACKAGE_COUNT=`find yum/repositories -name "*$BASE_VERSION*" | grep $dist | grep $arch | wc | awk '{print \$1}'`
-	printf "%8s %6s %s => %2d debs\n" $dist$ver $arch $BASE_VERSION $PACKAGE_COUNT
+	printf "%8s %6s %s => %2d rpms\n" $dist$ver $arch $BASE_VERSION $PACKAGE_COUNT
     fi
 }
 
-------------- next part --------------
HTML����������������������������...
下载 



More information about the Groonga-commit mailing list
Back to archive index