mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-09-18 13:33:55 +08:00
Fix for checkinstall
This commit is contained in:
@@ -10,5 +10,5 @@ CXXFLAGS="-fPIC -O2" ./configure
|
||||
|
||||
make -j$(nproc)
|
||||
|
||||
checkinstall -yD --install=no --fstrans=yes --pkgname=capnproto
|
||||
checkinstall -yD --install=no --fstrans=no --pkgname=capnproto
|
||||
mv capnproto*.deb /tmp/capnproto.deb
|
||||
|
||||
@@ -14,5 +14,5 @@ cd ffmpeg-4.2.2
|
||||
./configure --enable-shared --disable-static --disable-htmlpages
|
||||
make -j$(nproc)
|
||||
|
||||
checkinstall -yD --install=no --pkgname=ffmpeg
|
||||
checkinstall -yD --install=no --fstrans=no --pkgname=ffmpeg
|
||||
mv ffmpeg*.deb /tmp/ffmpeg.deb
|
||||
|
||||
Reference in New Issue
Block a user