Dash:
[t2.git] / package / boot / aboot / hotfix.patch
blob1269e6e004845bbd75388056a8a39a0b5260b372
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/*/aboot/hotfix.patch
5 # Copyright (C) 2021 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 --- aboot.git/Makefile.vanilla 2000-01-01 00:00:00.000000000 +0100
18 +++ aboot.git/Makefile 2021-04-23 17:57:04.222524658 +0200
19 @@ -61,7 +61,7 @@
20 ifeq ($(TESTING),)
21 ABOOT_OBJS = \
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
25 else
26 ABOOT_OBJS = aboot.o zip/misc.o zip/unzip.o zip/inflate.o
27 endif
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
30 @@ -96,7 +96,7 @@
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)