X-Git-Url: http://git.indexdata.com/?p=perl-pqf.git;a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=f2c7245671405fde1f6243019e12f7b1281ef663;hp=0d71dcb1988a5308d0288c07a0aa88f1d58a28bb;hb=06b97dd8ca8e6659d0be97da64a8318793bf530c;hpb=afade39f61260563c54556f1225888e8d6e5b9b7 diff --git a/Makefile.PL b/Makefile.PL index 0d71dcb..f2c7245 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -# $Id: Makefile.PL,v 1.4 2007-11-19 13:42:58 mike Exp $ +# $Id: Makefile.PL,v 1.5 2007-11-27 17:11:29 mike Exp $ use 5.006; use ExtUtils::MakeMaker; @@ -16,9 +16,9 @@ WriteMakefile( sub MY::postamble { "debian: makemakerdflt dpkg-buildpackage -rfakeroot -d - rm -rf debian-output - mkdir debian-output - mv ../libnet-z3950-pqf-perl* debian-output + rm -rf debian/output + mkdir debian/output + mv ../libnet-z3950-pqf-perl* debian/output "; }