Petr Gajdos
7c959e6529
* Adding initial i18n support for manpages with po4a. * Renaming tools to sane namespace and keeping legacy symlinks in place. | dosfslabel becomes fatlabel, | dosfsck becomes fsck.fat, | and mkdosfs becomes mkfs.fat. * Correcting spelling typo in boot.c. * dosfslabel: Do not read beyond string length (Closes: #709587). - refreshed both dosfstools-suse-dirs.patch and ppc-reserved-sectors-fix.patch - added dosfstools-system_id-overflow.patch OBS-URL: https://build.opensuse.org/package/show/Base:System/dosfstools?expand=0&rev=40
18 lines
519 B
Diff
18 lines
519 B
Diff
Index: dosfstools-3.0.18/Makefile
|
|
===================================================================
|
|
--- dosfstools-3.0.18.orig/Makefile
|
|
+++ dosfstools-3.0.18/Makefile
|
|
@@ -22,9 +22,9 @@ SHELL := sh -e
|
|
LANGUAGES = $(shell cd manpages/po && ls)
|
|
|
|
DESTDIR =
|
|
-PREFIX = /usr/local
|
|
-SBINDIR = $(PREFIX)/sbin
|
|
-DOCDIR = $(PREFIX)/share/doc
|
|
+PREFIX = /usr
|
|
+SBINDIR = /sbin
|
|
+DOCDIR = $(PREFIX)/share/doc/packages
|
|
MANDIR = $(PREFIX)/share/man
|
|
|
|
#OPTFLAGS = -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
|