[Groonga-commit] groonga/groonga [master] yum: fixed not to use removed shell script

Back to archive index

null+****@clear***** null+****@clear*****
2012年 4月 27日 (金) 19:25:21 JST


HAYASHI Kentaro	2012-04-27 19:25:21 +0900 (Fri, 27 Apr 2012)

  New Revision: d87f9f1e5dfa0335094df743045db68f50b7932e

  Log:
    yum: fixed not to use removed shell script

  Modified files:
    packages/yum/update-repository.sh

  Modified: packages/yum/update-repository.sh (+1 -1)
===================================================================
--- packages/yum/update-repository.sh    2012-04-27 18:53:56 +0900 (360a491)
+++ packages/yum/update-repository.sh    2012-04-27 19:25:21 +0900 (33c5fdc)
@@ -25,6 +25,6 @@ for distribution in ${DISTRIBUTIONS}; do
 	test -d $dir &&	run createrepo $dir
     done;
 
-    run $script_base_dir/gpg-public-key.sh > \
+    run cp $script_base_dir/RPM-GPG-KEY-${GPG_KEY_NAME} \
 	$script_base_dir/${distribution}/RPM-GPG-KEY-${GPG_KEY_NAME};
 done




Groonga-commit メーリングリストの案内
Back to archive index