Dash:
[t2.git] / package / powerpc / mac-fdisk / install-man.patch
blob634b3da17b249c8902b681a768e0367f9d699d2e
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../mac-fdisk/install-man.patch
5 # Copyright (C) 2004 - 2005 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 Unfotunately the package misses to install the man pages ...
19 - Rene Rebe <rene@exactcode.de>
21 --- mac-fdisk-0.1.orig/Makefile.orig 2003-11-26 08:04:05.000000000 +0100
22 +++ mac-fdisk-0.1.orig/Makefile 2003-11-26 08:05:52.000000000 +0100
23 @@ -7,7 +7,7 @@
24 clean:
25 rm -f *.o pdisk fdisk mac-fdisk pmac-fdisk
27 -install: pdisk fdisk
28 +install: pdisk fdisk install-man
29 -rm -f pmac-fdisk mac-fdisk
30 ln pdisk mac-fdisk
31 ln fdisk pmac-fdisk
32 @@ -29,3 +29,7 @@
33 partition_map.h: dpme.h
34 dpme.h: bitfield.h
36 +install-man:
37 + install -m 644 mac-fdisk.8.in ${DESTDIR}/usr/share/man/man8/
38 + install -m 644 pmac-fdisk.8.in ${DESTDIR}/usr/share/man/man8/