[Groonga-commit] groonga/gcs [master] debian: add missing escape for $ :<

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Oct 22 11:13:39 JST 2012


Kouhei Sutou	2012-10-22 11:13:39 +0900 (Mon, 22 Oct 2012)

  New Revision: de37e16ef290eb4b947dd5fbce1e2ff17d21a94d
  https://github.com/groonga/gcs/commit/de37e16ef290eb4b947dd5fbce1e2ff17d21a94d

  Log:
    debian: add missing escape for $ :<
    
    $ ->
    $$

  Modified files:
    packages/debian/rules

  Modified: packages/debian/rules (+1 -1)
===================================================================
--- packages/debian/rules    2012-10-22 11:09:46 +0900 (887907b)
+++ packages/debian/rules    2012-10-22 11:13:39 +0900 (de4f05e)
@@ -30,7 +30,7 @@ DESTDIR = debian/tmp
 override_dh_install:
 	npm install --production node-gyp
 	if [ -x /usr/bin/nodejs ]; then			\
-	  sed -i'' -e '1 s/node$/nodejs/'		\
+	  sed -i'' -e '1 s/node$$/nodejs/'		\
 	    node_modules/node-gyp/bin/node-gyp.js;	\
 	fi
 
-------------- next part --------------
HTML����������������������������...
Download 



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