1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by scripts/Create-CopyPatch.
4 # T2 SDE: package/*/aboot/hotfix.patch
5 # Copyright (C) 2021 The T2 SDE Project
7 # More information can be found in the files COPYING and README.
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
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- aboot.git/Makefile.vanilla 2000-01-01 00:00:00.000000000 +0100
18 +++ aboot.git/Makefile 2021-04-23 17:57:04.222524658 +0200
22 head.o aboot.o cons.o utils.o \
23 - zip/misc.o zip/unzip.o zip/inflate.o
24 + zip/misc.o zip/unzip.o zip/inflate.o lib/isolib.o
26 ABOOT_OBJS = aboot.o zip/misc.o zip/unzip.o zip/inflate.o
28 --- aboot.git/Makefile.vanilla 2021-04-23 18:01:52.946523161 +0200
29 +++ aboot.git/Makefile 2021-04-23 18:02:03.416523107 +0200
31 make -C doc/man install-gz
33 install: tools/abootconf tools/e2writeboot tools/isomarkboot \
34 - sdisklabel/swriteboot install-man
35 + sdisklabel/swriteboot # install-man
36 install -d $(bindir) $(bootdir)
37 install -c tools/abootconf $(bindir)
38 install -c tools/e2writeboot $(bindir)