]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
bump minor - 1.2.5.
authorNathan Scott <nathans@sgi.com>
Mon, 7 May 2001 02:46:00 +0000 (02:46 +0000)
committerNathan Scott <nathans@sgi.com>
Mon, 7 May 2001 02:46:00 +0000 (02:46 +0000)
VERSION
configure.in
doc/CHANGES
include/Makefile

diff --git a/VERSION b/VERSION
index fdea923bb0d1fb9842a009af54032a0ee3713aa5..1032e3915830adb0c1b0bd7eaf88159c6db0e0e2 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=1
 PKG_MINOR=2
-PKG_REVISION=4
+PKG_REVISION=5
 PKG_BUILD=0
index e25466f7a631578c4f62ba3dd78f2bcf9e22c37c..66e6b657aadb73b3c829f8ae4cbd609ea63fe96e 100644 (file)
@@ -201,7 +201,7 @@ prefix="$PREFIX"
 dnl man pages (source)
 dnl also check if man page source is gzipped
 dnl (usually on Debian, but not Redhat pre-7.0)
-pkg_man_dir=${prefix}/man
+pkg_man_dir=${prefix}/share/man
 have_zipped_manpages=false
 for d in ${prefix}/share/man ${prefix}/man ; do
     if test -f $d/man1/man.1.gz
index 996143818948e28a10b80b2b8d7dab87b234cb21..31f44a8ace67142edb1cce8ee5d54c5cf43177a6 100644 (file)
@@ -1,4 +1,8 @@
 
+xfsprogs-1.2.5 (07 May 2001)
+       - fix missing Makefile include entries for LVM headers
+       - configure script default man path now /usr/share/man
+
 xfsprogs-1.2.4 (01 May 2001)
        - added -L option to mkfs.xfs (filesystem label)
 
index 357c05454d2bd5849576cd60ff1c1d87e342f11c..10623efede763847edac4eece7c9afea8d8437dc 100644 (file)
@@ -45,7 +45,7 @@ HFILES = arch.h handle.h jdm.h libxfs.h xqm.h \
        xfs_rtalloc.h xfs_sb.h xfs_trans.h xfs_trans_space.h xfs_types.h
 
 LSRCFILES = platform_defs.h.in builddefs.in buildrules \
-       lvm.h lvm_user.h liblvm.h \
+       lvm.h lvm_config.h lvm_log.h lvm_user.h liblvm.h \
        md-int.h
 
 default install :