Fix for checkinstall

This commit is contained in:
Andrei Radulescu
2024-01-18 19:51:38 +02:00
parent 084c2c54ca
commit 76f7b744db
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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