]> git.pld-linux.org Git - packages/pilot-link.git/blob - pilot-link-perl-install.patch
- release 5
[packages/pilot-link.git] / pilot-link-perl-install.patch
1 diff -rc pilot-link.0.8.7/Perl5/Makefile.PL.in pilot-link.0.8.7_perlpatch/Perl5/Makefile.PL.in
2 *** pilot-link.0.8.7/Perl5/Makefile.PL.in       Tue Jul 15 11:35:49 1997
3 --- pilot-link.0.8.7_perlpatch/Perl5/Makefile.PL.in     Sun Nov 23 23:44:27 1997
4 ***************
5 *** 17,20 ****
6 --- 17,28 ----
7       'VERSION' => '0.1',
8       'LIBS'    => $lib,
9       'INC'     => '-I../include',
10 +     'INSTALLPRIVLIB' => '$(PREFIX)/lib/perl5',
11 +     'INSTALLARCHLIB' => '$(PREFIX)/lib/perl5/i386-linux/5.00401',
12 +     'INSTALLSITELIB' => '$(PREFIX)/lib/perl5/site_perl',
13 +     'INSTALLSITEARCH' => '$(PREFIX)/lib/perl5/site_perl/i386-linux',
14 +     'INSTALLBIN' => '$(PREFIX)/bin',
15 +     'INSTALLSCRIPT' => '$(PREFIX)/bin',
16 +        'INSTALLMAN1DIR' => '$(PREFIX)/man/man1',
17 +        'INSTALLMAN3DIR' => '$(PREFIX)/man/man3',
18   );
This page took 0.053885 seconds and 3 git commands to generate.