--- dcopperl/Makefile.PL.orig 2006-08-28 10:31:13.000000000 -0400 +++ dcopperl/Makefile.PL 2006-08-28 10:31:55.000000000 -0400 @@ -31,6 +31,9 @@ WriteMakefile( XS => {'DCOP.xs' => 'DCOP.cpp'}, XSOPT => '-C++', CCFLAGS => '-x c++', + PREFIX => '/usr', + INSTALLDIRS => 'vendor', + DESTDIR => '', ); sub MY::xs_c {