We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c4d20 commit b98d897Copy full SHA for b98d897
ci/cvmfs/deb.sh
@@ -50,10 +50,10 @@ echo "copy packaging meta information and get in place..."
50
cp -r ${CVMFS_SOURCE_LOCATION}/packaging/debian/cvmfs ${copied_source}/debian
51
cd $copied_source
52
53
-# On Ubuntu 18.04 Bionic, the insserv package is no longer available
54
-# It should be removed from the list of dependencies
+# On Ubuntu 18.04 Bionic, the insserv and initscripts packages are no longer
+# available. They should be removed from the list of dependencies
55
if [ x"$(lsb_release -sc)" = x"bionic" ]; then
56
- sed -i -e "s/insserv, //g" debian/control
+ sed -i -e "s/insserv, initscripts, //g" debian/control
57
fi
58
59
cpu_cores=$(get_number_of_cpu_cores)
0 commit comments