AlexLeoTW / rubyripper

Automatically exported from code.google.com/p/rubyripper
0 stars 0 forks source link

make clean aborts early #26

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. make install
2. make clean

What is the expected output? What do you see instead?
Process should complete cleanly. Instead it gives an Error 1.  Probably
harmless.

What version of the product are you using? On what operating system?
svn 33, Debian

Please provide any additional information below.
[jebediah@manger]-(~/src/rubyripper/svn)$ sudo make clean
rm -rf /usr/share/rubyripper
rm /usr/bin/rrip_gui
rm /usr/bin/rrip_cli
rm /usr/lib/ruby/site_ruby/1.8/rr_lib.rb
rm temp_gtk.rb
rm: cannot remove `temp_gtk.rb': No such file or directory
make: *** [clean] Error 1

Original issue reported on code.google.com by mordbr...@gmail.com on 1 Dec 2006 at 10:23

GoogleCodeExporter commented 8 years ago
Fixed in revision 34. A spelling error, is now temp_gtk2.rb.

Original comment by rubyripp...@gmail.com on 2 Dec 2006 at 1:03