Bug 17945

Summary: [patch] Makefile in /usr/src/sbin/mount_msdos does not honour LIBDATADIR
Product: Base System Reporter: benno <benno>
Component: binAssignee: Sheldon Hearn <sheldonh>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description benno 2000-04-12 09:00:01 UTC
The Makefile for mount_msdos does not honour LIBDATADIR in generating it's
TABDIR variable.

How-To-Repeat: 
cd /usr/src/sbin/mount_msdos
setenv LIBDATADIR /tmp
make clean
make depend
make all
make install
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 2000-04-12 10:21:20 UTC
Responsible Changed
From-To: freebsd-bugs->sheldonh

I'll commit this as soon as it's made it through a ``make world'' 
on my box. 
Comment 2 Sheldon Hearn freebsd_committer freebsd_triage 2000-08-01 10:36:27 UTC
State Changed
From-To: open->closed

Committed as rev 1.15 in HEAD, and merged onto the RELENG_4 branch. 
Thanks, and sorry about the delay. :-)