diff options
Diffstat (limited to 'app-office/abiword/files/abiword-3.0.2-fix-installing-readme.patch')
-rw-r--r-- | app-office/abiword/files/abiword-3.0.2-fix-installing-readme.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/app-office/abiword/files/abiword-3.0.2-fix-installing-readme.patch b/app-office/abiword/files/abiword-3.0.2-fix-installing-readme.patch new file mode 100644 index 000000000000..34c6f4f5bb72 --- /dev/null +++ b/app-office/abiword/files/abiword-3.0.2-fix-installing-readme.patch @@ -0,0 +1,19 @@ +Change the installation directory of the readme.txt file +to match standard FHS conventions. + +--- a/user/wp/Makefile.am ++++ b/user/wp/Makefile.am +@@ -9,10 +9,11 @@ + EXTRA_DIST = \ + $(wp_DATA) + ++doc_DATA = \ ++ readme.txt ++ + wpdir = $(ABIWORD_DATADIR) + wp_DATA = \ +- readme.txt \ +- readme.abw \ + system.profile \ + system.profile-am-ET \ + system.profile-ar \ |