aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authormertz2003-10-30 13:17:27 +0000
committermertz2003-10-30 13:17:27 +0000
commit8e98e4974afc5305dcbe6833eac219529f02a410 (patch)
tree9fa1c42f34e7a0e79f8187ab73341cc7057f7675 /debian
parentbee8f78cd95584beb2c82b07893da37b1176700c (diff)
downloadtkzinc-8e98e4974afc5305dcbe6833eac219529f02a410.zip
tkzinc-8e98e4974afc5305dcbe6833eac219529f02a410.tar.gz
tkzinc-8e98e4974afc5305dcbe6833eac219529f02a410.tar.bz2
tkzinc-8e98e4974afc5305dcbe6833eac219529f02a410.tar.xz
better make install paremeters for zinc-perl
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 7927514..11ac773 100755
--- a/debian/rules
+++ b/debian/rules
@@ -59,7 +59,7 @@ install: build
# Configuring/compiling/installing for perl/Tk.
-mkdir -p $(TMP_PERL)
(cd Perl; ./export2cpan)
- (cd export2cpan/tk-zinc; perl Makefile.PL; make; make install prefix=`pwd`/../../debian/zinc-perl/usr INSTALL_PERL=pure_install INSTALLDIRS=perl PREFIX=`pwd`/../../debian/zinc-perl/usr)
+ (cd export2cpan/tk-zinc; perl Makefile.PL; make; make pure_install prefix=`pwd`/../../debian/zinc-perl/usr INSTALLDIRS=vendor PREFIX=`pwd`/../../debian/zinc-perl/usr)
find $(TMP_PERL)/usr/lib/perl -type f -name .packlist | xargs rm -f