public
Description: A collection of scripts and configuration files that make gedit a more rails-friendly IDE
Clone URL: git://github.com/mig/gedit-rails.git
Search Repo:
fixed a bug in the install script
Matt Swasey (author)
Fri Apr 11 11:32:16 -0700 2008
commit  1b9dd3d95b22f0b7b7a05e87c2d1602dcc9bbdbb
tree    2c30aad3c14c1450db954c023a6c9ce8f263e6c6
parent  a41c90bc523a06706d18771d4df8a42ec209a696
...
7
8
9
10
 
 
11
12
13
...
7
8
9
 
10
11
12
13
14
0
@@ -7,7 +7,8 @@ sudo cp rails.xml /usr/share/mime/packages
0
 sudo update-mime-database /usr/share/mime
0
 
0
 # Install syntaxt definitions for erb and yaml
0
-sudo cp {erb,yaml}.lang /usr/share/gtksourceview-2.0/language-specs/
0
+sudo cp erb.lang /usr/share/gtksourceview-2.0/language-specs/
0
+sudo cp yaml.lang /usr/share/gtksourceview-2.0/language-specs/
0
 
0
 if [ ! -d $HOME/.gnome2/gedit ]
0
 then

Comments

    No one has commented yet.