Package: kexec-tools
Version: 1.101-1
Severity: serious
Tags: patch

When building 'kexec-tools' on unstable,
I get the following error:


dh_testdir
# Add here commands to configure the package.
./configure --sbindir=/sbin --mandir=/usr/share/man --datadir=/usr/share
make: execvp: ./configure: Permission denied
make: *** [configure-stamp] Error 127

With the attached patch 'kexec-tools' can be compiled on unstable.

Regards
Andreas Jochens

diff -urN ../tmp-orig/kexec-tools-1.101/debian/rules ./debian/rules
--- ../tmp-orig/kexec-tools-1.101/debian/rules  2005-09-11 15:48:14.000000000 
+0000
+++ ./debian/rules      2005-09-11 15:42:30.000000000 +0000
@@ -24,6 +24,7 @@
 configure-stamp: 
        dh_testdir
        # Add here commands to configure the package.
+       chmod a+x configure
        ./configure --sbindir=/sbin --mandir=/usr/share/man --datadir=/usr/share
 
        touch configure-stamp


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to