tags 377523 + patch
thanks
Below is a patch for this problem.
bye,
-christian-
--- /home/ch/dh_make 2006-07-29 21:03:00.000000000 +0200
+++ /usr/bin/dh_make 2006-07-29 21:03:12.000000000 +0200
@@ -421,9 +421,9 @@
system('cp', '-a', "$source_file",
"../$package_name\_$version.orig.tar.gz");
} elsif ($source_file =~ /bz2$/ )
{
- if ( -x '/usr/bin/bzip2' && -x '/bin/gzip' )
+ if ( -x '/bin/bzip2' && -x '/bin/gzip' )
{
- system("/usr/bin/bzip2 -cd $source_file | /bin/gzip >
../$package_name\_$version.orig.tar.gz");
+ system("/bin/bzip2 -cd $source_file | /bin/gzip >
../$package_name\_$version.orig.tar.gz");
} else {
die('Source file is a bz2 but bzip2 or gzip not available');
}
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]