dosfstools/dosfstools-suse-dirs.patch

18 lines
519 B
Diff
Raw Normal View History

Index: dosfstools-3.0.10/Makefile
===================================================================
--- dosfstools-3.0.10.orig/Makefile
+++ dosfstools-3.0.10/Makefile
@@ -19,9 +19,9 @@
# can be found in /usr/share/common-licenses/GPL-3 file.
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