Package: cl-launch
Version: 1.80-1
Severity: serious
Tags: patch
When building 'cl-launch' on unstable,
I get the following error:
dh_testdir
# Add here commands to compile the package.
./cl-launch.sh -I /usr/share/common-lisp/cl-launch -B generate_install_files
make: execvp: ./cl-launch.sh: Permission denied
make: *** [build-stamp] Error 127
With the attached patch 'cl-launch' can be built on unstable.
Regards
Andreas Jochens
diff -urN ../tmp-orig/cl-launch-1.80/debian/rules ./debian/rules
--- ../tmp-orig/cl-launch-1.80/debian/rules 2006-06-22 12:28:23.000000000
+0000
+++ ./debian/rules 2006-07-24 07:25:45.000000000 +0000
@@ -16,7 +16,7 @@
build-stamp: configure-stamp
dh_testdir
# Add here commands to compile the package.
- ./cl-launch.sh -I /${include_dir} -B generate_install_files
+ sh ./cl-launch.sh -I /${include_dir} -B generate_install_files
touch build-stamp
clean:
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]