Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Apr 2000 17:51:13 +1000 (EST)
From:      benno@netizen.com.au
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/17945: Makefile in /usr/src/sbin/mount_msdos does not honour LIBDATADIR
Message-ID:  <200004120751.RAA10149@rat-thing.netizen.com.au>

next in thread | raw e-mail | index | archive | help

>Number:         17945
>Category:       bin
>Synopsis:       [patch] Makefile in /usr/src/sbin/mount_msdos does not honour LIBDATADIR
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 12 01:00:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Benno Rice
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Netizen Pty Ltd
>Environment:

FreeBSD rat-thing.netizen.com.au 5.0-CURRENT FreeBSD 5.0-CURRENT #11: Wed Mar 15 14:04:47 EST 2000     benno@rat-thing.netizen.com.au:/usr/src/sys/compile/RATTHING  i386

>Description:

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

>Fix:

--- Makefile	Sat Jan 15 04:39:20 2000
+++ Makefile.new	Wed Apr 12 17:48:22 2000
@@ -12,7 +12,7 @@
 CFLAGS+= -I${MOUNT}
 .PATH:	${MOUNT}
 
-TABDIR= ${DESTDIR}/usr/libdata/msdosfs
+TABDIR= ${DESTDIR}${LIBDATADIR}/msdosfs
 TABLES= iso22dos koi2dos
 
 afterinstall:

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004120751.RAA10149>