Package: sgcontrol
Version: 0.3cvs-1
Severity: serious
Tags: patch

When trying to build 'sgcontrol', I get the following error:

# Add here commands to configure the package.
CFLAGS="-Wall -g -O2" ./configure --host=x86_64-linux --build=x86_64-linux 
--prefix=/usr --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info
/bin/sh: ./configure: Permission denied
make: *** [config.status] Error 126

Regards
Andreas Jochens

diff -urN ../tmp-orig/sgcontrol-0.3cvs/debian/rules ./debian/rules
--- ../tmp-orig/sgcontrol-0.3cvs/debian/rules   2005-03-26 19:34:12.807388968 
+0100
+++ ./debian/rules      2005-03-26 19:27:32.466450838 +0100
@@ -26,6 +26,7 @@
 
 config.status: configure
        dh_testdir
+       chmod a+x configure missing
        # Add here commands to configure the package.
        CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) 
--build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man 
--infodir=\$${prefix}/share/info
 



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

Reply via email to