https://bugzilla.novell.com/show_bug.cgi?id=467573


           Summary: /usr/bin/mod references mono/2.0/mod.exe, should be
                    mono/1.0/mod.exe"
    Classification: Mono
           Product: Mono: Doctools
           Version: unspecified
          Platform: x86-64
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Console
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          Found By: ---


User-Agent:       Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.5)
Gecko/2009011601 Gentoo Firefox/3.0.5

in mono/scripts/Makefile.am
mod$(SCRIPT_SUFFIX): mod.in Makefile
    $(REWRITE2) -e "s,@""exe_name@,mod,g" $(srcdir)/mod.in > [email protected]
    mv [email protected] $@
should be
mod$(SCRIPT_SUFFIX): mod.in Makefile
    $(REWRITE1) -e "s,@""exe_name@,mod,g" $(srcdir)/mod.in > [email protected]
    mv [email protected] $@

Since mod.exe is installed in mono/1.0/mod.exe

Reproducible: Always




Running Gentoo Linux.
Downstream bug:
http://bugs.gentoo.org/show_bug.cgi?id=255610

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to