Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 10064] dos2unix clobbers /usr/man/man1

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 10064] dos2unix clobbers /usr/man/man1
  • Date: 5 Nov 2005 18:05:05 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=10064





------- Additional Comments From jblosser-smgl AT firinn.org 2005-11-05 12:05
-------
The problem is that the makefile doesn't verify the target directory exists
before using it as an install target, so
install -m 644 dos2unix.1 /usr/man/man1
will install it with the filename man1 if only /usr/man exists. Your fixes
will
have the same problem if /usr/share/man/man1 doesn't exist, which is at least
quite a bit less likely.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page