[MOD] Write to /usr directly
This commit is contained in:
parent
326302d185
commit
ade8886543
1 changed files with 1 additions and 1 deletions
|
@ -33,4 +33,4 @@ runs:
|
|||
cd ${{inputs.checkout}}
|
||||
export CC="${{inputs.compiler}}"
|
||||
./configure --no-static && make
|
||||
[ "${{inputs.install}}" = "true" ] && make install
|
||||
[ "${{inputs.install}}" = "true" ] && make DESTDIR=/usr install
|
||||
|
|
Loading…
Reference in a new issue