[Groonga-commit] groonga/groonga [master] groonga-httpd: fix wrong copy directory

Back to archive index

null+****@clear***** null+****@clear*****
2012年 7月 9日 (月) 17:59:36 JST


Kouhei Sutou	2012-07-09 17:59:36 +0900 (Mon, 09 Jul 2012)

  New Revision: b200835e82843b064ab0388ca33fc1348067e410
  https://github.com/groonga/groonga/commit/b200835e82843b064ab0388ca33fc1348067e410

  Log:
    groonga-httpd: fix wrong copy directory

  Modified files:
    vendor/nginx/configure

  Modified: vendor/nginx/configure (+2 -2)
===================================================================
--- vendor/nginx/configure    2012-07-09 17:52:12 +0900 (db70b5b)
+++ vendor/nginx/configure    2012-07-09 17:59:36 +0900 (01a2fd0)
@@ -12,8 +12,8 @@ source_directory="`dirname \"$0\"`"
 absolute_source_directory="`cd \"$source_directory\"/../.. && pwd`"
 
 if [ "$absolute_source_directory" != "`pwd`" ]; then
-    rm -rf vendor/nginx-${nginx_version}
-    cp -rp "$absolute_source_directory/vendor/nginx-${nginx_version}" vendor/
+    rm -rf ../nginx-${nginx_version}
+    cp -rp "$absolute_source_directory/vendor/nginx-${nginx_version}" ../
 fi
 
 cd "../nginx-${nginx_version}"
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
다운로드 



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