mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-23 00:53:23 -05:00
Corrects an issue with the variable MODE not being recognized.
This commit is contained in:
parent
19e2a7e0f8
commit
804f7c8ccf
@ -45,7 +45,7 @@ skas-or-tt:
|
||||
$(MAKE) -C $(SKAS_OR_TT_DIR); \
|
||||
strip -s $(SKAS_OR_TT_DIR)/skas-or-tt; \
|
||||
fi;
|
||||
perl -e 'open(IT,"skas-or-tt/skas-or-tt|") or die "Trouble opening skas-or-tt/skas-or-tt\n"; while (<IT>) { if (!m,not found$$,) { $$it = "skas"; } else { $$it = "tt"; } } system "perl -pi.bak -e \"s/MODE\\n/skas\\n/g\" Makefile" if $$it eq "skas"; system "perl -pi.bak -e \"s/MODE\\n/tt\\n/g\" Makefile" if $$it eq "tt"; '
|
||||
perl -e 'open(IT,"skas-or-tt/skas-or-tt|") or die "Trouble opening skas-or-tt/skas-or-tt\n"; while (<IT>) { if (!m,not found$$,) { $$it = "skas"; } else { $$it = "tt"; } } system "perl -pi.bak -e \"s/=MODE/=skas/g\" Makefile" if $$it eq "skas"; system "perl -pi.bak -e \"s/=MODE/=tt/g\" Makefile" if $$it eq "tt"; '
|
||||
|
||||
|
||||
sources:
|
||||
|
Loading…
x
Reference in New Issue
Block a user