Files
xfsprogs/xfsprogs-docdir.diff
Dirk Mueller b3b7f0679c Accepting request 42295 from home:seife:branches:filesystems
Copy from home:seife:branches:filesystems/xfsprogs via accept of submit request 42295 revision 3.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/42295
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=7
2010-07-08 08:05:48 +00:00

18 lines
545 B
Diff

Index: include/builddefs.in
===================================================================
--- include/builddefs.in.orig
+++ include/builddefs.in
@@ -56,11 +56,11 @@ PKG_ROOT_SBIN_DIR = @root_sbindir@
PKG_ROOT_LIB_DIR= @root_libdir@@libdirsuffix@
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@
AWK = @awk@
SED = @sed@