[Mono-bugs] [Bug 467573] New: /usr/bin/mod references mono/2.0/mod.exe, should be mono/1.0/mod.exe"

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Jan 20 08:25:47 EST 2009


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: mono-bugs at lists.ximian.com
        ReportedBy: loki_val at gentoo.org
         QAContact: mono-bugs at lists.ximian.com
          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 > $@.tmp
    mv $@.tmp $@
should be
mod$(SCRIPT_SUFFIX): mod.in Makefile
    $(REWRITE1) -e "s,@""exe_name@,mod,g" $(srcdir)/mod.in > $@.tmp
    mv $@.tmp $@

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.


More information about the mono-bugs mailing list