Index: files/patch-Makefile.PL =================================================================== RCS file: files/patch-Makefile.PL diff -N files/patch-Makefile.PL --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-Makefile.PL 19 Apr 2005 13:53:38 -0000 @@ -0,0 +1,10 @@ +--- Makefile.PL.orig Thu Apr 7 08:01:59 2005 ++++ Makefile.PL Thu Apr 7 08:01:42 2005 +@@ -67,6 +67,7 @@ + + WriteMakefile ( + NAME => 'psh', ++ PREFIX => '${PREFIX}', + VERSION_FROM => 'lib/Psh.pm', + AUTHOR => 'Gregor N. Purdy (gregor@focusresearch.com)', + ABSTRACT => 'Perl Shell', Index: files/patch-aa =================================================================== RCS file: files/patch-aa diff -N files/patch-aa --- files/patch-aa 18 Apr 2005 16:08:18 -0000 1.3 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,10 +0,0 @@ ---- Makefile.PL.orig Thu Apr 7 08:01:59 2005 -+++ Makefile.PL Thu Apr 7 08:01:42 2005 -@@ -67,6 +67,7 @@ - - WriteMakefile ( - NAME => 'psh', -+ PREFIX => '${PREFIX}', - VERSION_FROM => 'lib/Psh.pm', - AUTHOR => 'Gregor N. Purdy (gregor@focusresearch.com)', - ABSTRACT => 'Perl Shell', Index: files/patch-postinstall.pl =================================================================== RCS file: files/patch-postinstall.pl diff -N files/patch-postinstall.pl --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-postinstall.pl 19 Apr 2005 13:53:38 -0000 @@ -0,0 +1,18 @@ +--- postinstall.pl.orig Tue Apr 19 10:41:53 2005 ++++ postinstall.pl Tue Apr 19 10:42:00 2005 +@@ -1,9 +1,4 @@ + +-if ($^O eq 'MSWin32') { +- mkdir("/psh"); +- system("xcopy share\\themes \\psh /Y"); +- system("xcopy share\\complete \\psh /Y"); +-} else { + my $where; + + if( -w '/') { +@@ -15,5 +10,4 @@ + system("mkdir -p $where/share/psh"); + system("cp -r share/themes $where/share/psh"); + system("cp -r share/complete $where/share/psh"); +-} +