* added the Unlicense as valid in misc/share/REGISTER
[t2sde.git] / package / powerpc / pdisk / hotfix-makefile.patch
blob85e697ce7db592d5ab659c266737b4b857a2b915
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../pdisk/makefile.patch
5 # Copyright (C) 2004 - 2005 The T2 SDE Project
6 # Copyright (C) 1998 - 2003 ROCK Linux Project
7 #
8 # More information can be found in the files COPYING and README.
9 #
10 # This patch file is dual-licensed. It is available under the license the
11 # patched project is licensed under, as long as it is an OpenSource license
12 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
13 # of the GNU General Public License as published by the Free Software
14 # Foundation; either version 2 of the License, or (at your option) any later
15 # version.
16 # --- T2-COPYRIGHT-NOTE-END ---
18 --- ./makefile 2000-05-16 10:02:05.000000000 -0500
19 +++ ./makefile 2002-12-21 11:57:46.000000000 -0500
20 @@ -11,7 +11,6 @@
21 DOCS= \
22 HISTORY \
23 README \
24 - $(MAN_PAGE) \
25 $(MAC_DOC)
27 SERVER_README = \
28 @@ -141,6 +140,17 @@
29 cvt_pt: $(CVT_OBJECTS)
30 cc -o cvt_pt $(CVT_OBJECTS)
32 +doc_prepare:
33 + mkdir doc
34 + cp $(DOCS) doc
36 +install: all doc_prepare
37 + install -d -m 755 /sbin
38 + install -d -m 755 /usr/man/man8
39 + install -s pdisk /sbin
40 + install -s cvt_pt /sbin
41 + install -m 444 pdisk.8 /usr/man/man8
43 tags: $(MAC_SOURCE) $(UNIX_SOURCE)
44 ctags $(MAC_SOURCE) $(UNIX_SOURCE)