[cairo-commit] rcairo/src depend,1.2,1.3
Kouhei Sutou
commit at pdx.freedesktop.org
Mon Mar 31 16:41:50 PDT 2008
Committed by: kou
Update of /cvs/cairo/rcairo/src
In directory kemper:/tmp/cvs-serv22472/src
Modified Files:
depend
Log Message:
* src/depend (install-so): use -run instead of ftools.
Index: depend
===================================================================
RCS file: /cvs/cairo/rcairo/src/depend,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- depend 27 May 2007 01:20:00 -0000 1.2
+++ depend 31 Mar 2008 23:45:48 -0000 1.3
@@ -1,2 +1,2 @@
install-so:
- @$(RUBY) -r ftools -e 'File::install(ARGV[0], ARGV[1], 0644, true)' $(srcdir)/rb_cairo.h $(sitearchdir)$(target_prefix)
+ $(RUBY) -run -e install -- -m 0644 $(srcdir)/rb_cairo.h $(sitearchdir)$(target_prefix)
More information about the cairo-commit
mailing list