[MOD] Write to /usr directly

This commit is contained in:
lda 2023-11-02 15:50:04 -04:00
parent 326302d185
commit ade8886543

View file

@ -33,4 +33,4 @@ runs:
cd ${{inputs.checkout}} cd ${{inputs.checkout}}
export CC="${{inputs.compiler}}" export CC="${{inputs.compiler}}"
./configure --no-static && make ./configure --no-static && make
[ "${{inputs.install}}" = "true" ] && make install [ "${{inputs.install}}" = "true" ] && make DESTDIR=/usr install