Commit Graph

3 Commits

Author SHA1 Message Date
nick black 733531b1c6 linux.d/debian: use correct string match syntax
The test(1) command (also known as '[') does not use
the '==' syntax for testing equality, which is a
feature of bash's '[[' builtin. String equality
is tested with '=', and numeric equality with '-eq'.
This eliminates a series of warnings when running
BuildLinux.sh on Debian-derived systems:

[schwarzgerat](0) $ ./BuildLinux.sh -u
./linux.d/debian: line 39: [: ==: unary operator expected
./linux.d/debian: line 39: [: ==: unary operator expected
./linux.d/debian: line 42: [: ==: unary operator expected
2024-10-31 08:13:06 +08:00
MackBambu 2d70a1bcb6 NEW:add ffmepg build Cmake
buildLinuxImage add ffmpeg so file

jira:nojira

Change-Id: I3e1be53aa58a179b8d9ae048ed7538de3ae8d111
2024-10-15 15:50:26 +08:00
MackBambu fe359394f3 ENH: Refactor BuildLinux.sh to support fedora
JIRA: STUDIO-4377 STUDIO-7461
GITHUB: #2429
Change-Id: Ib4f14a88d04e789a58b1f83425a1708ce4934b0e
(cherry picked from commit a7c9e9e288694fe72665e45977f0676d827c767f)
2024-07-17 15:49:00 +08:00