Hi, I attempted to install debbugs using the makefiles. If I'm correct, using the source as in the repo requires something like the following.
$ perl Makefile.PL $ make install $ make -f Makefile.perl install The problem is that a few of the lines in Makefile expand to the empty string. For example: $(foreach script,$(scripts_in), $(exec $(install_exec) $(script) $(scripts_dir)/$(script))) expands to nothing. (as confirmed by `make --just-print install`). So, the scripts do not get installed. I assume that it really isn't intended for that to happen. Thanks, Allan. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

