Source: alien
Version: 8.90
Author: Guillem Jover <guillem@debian.org>
Status: not-sent
Debbug: 718364
Description: Force fallback code to test the native implementation.
 Used to test «[PATCH] Update deb support in fallback code».


diff --git a/Alien/Package/Deb.pm b/Alien/Package/Deb.pm
index 4ad968d..9c7927c 100644
--- a/Alien/Package/Deb.pm
+++ b/Alien/Package/Deb.pm
@@ -66,7 +66,7 @@ sub init {
 	my $this=shift;
 	$this->SUPER::init(@_);
 
-	$this->have_dpkg_deb($this->_inpath('dpkg-deb'));
+	$this->have_dpkg_deb('');
 }
 
 =item checkfile
