forked from pool/xfsprogs-sha1
Accepting request 972985 from home:ailiopoulos:branches:filesystems
- update to 5.15.0: - mkfs: increase the min log size to 64MB when possible - xfs_scrub: retry items that are ok except for XFAIL - xfs_scrub: fix xfrog_scrub_metadata error reporting - mkfs: enable inobtcount and bigtime by default - mkfs: prevent corruption of suboption string values - mkfs: document sample configuration file location - mkfs: add configuration files for a few LTS kernels - mkfs: add a config file for x86_64 pmem filesystems - xfs_quota: don't exit on "project" cmd failure - xfs_repair: don't guess about failure reason in phase6 - xfs_repair: update 2ndary superblocks after upgrades - xfs_scrub: fix reporting if we can't open devices - xfs_scrub: report optional features in version - libxcmd: use emacs mode for command history editing - libfrog: always use the kernel GETFSMAP definitions - mkfs.xfs(8): fix default inode allocator description - xfs_quota(8): fix up dump and report documentation - xfs_quota(8): document units in limit command - misc: add a crc32c self test to mkfs and repair - libxfs changes merged from kernel 5.15 OBS-URL: https://build.opensuse.org/request/show/972985 OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=111
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
diff --git a/include/builddefs.in b/include/builddefs.in
|
||||
index fd274ddc66d8..659fb04691ca 100644
|
||||
index 0bb364310d78..07775ac2d5e7 100644
|
||||
--- a/include/builddefs.in
|
||||
+++ b/include/builddefs.in
|
||||
@@ -60,7 +60,7 @@ PKG_LIB_DIR = @libdir@@libdirsuffix@
|
||||
@@ -54,7 +54,7 @@ PKG_LIB_DIR = @libdir@@libdirsuffix@
|
||||
PKG_INC_DIR = @includedir@/xfs
|
||||
DK_INC_DIR = @includedir@/disk
|
||||
PKG_MAN_DIR = @mandir@
|
||||
-PKG_DOC_DIR = @datadir@/doc/@pkg_name@
|
||||
+PKG_DOC_DIR = @datadir@/doc/packages/@pkg_name@
|
||||
PKG_LOCALE_DIR = @datadir@/locale
|
||||
|
||||
CC = @cc@
|
||||
PKG_DATA_DIR = @datadir@/@pkg_name@
|
||||
MKFS_CFG_DIR = @datadir@/@pkg_name@/mkfs
|
||||
|
Reference in New Issue
Block a user