Skip to content

Commit b98d897

Browse files
committed
Remove initscripts from dep lists of cvmfs-server on Ubuntu 18.04
1 parent b3c4d20 commit b98d897

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/cvmfs/deb.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ echo "copy packaging meta information and get in place..."
5050
cp -r ${CVMFS_SOURCE_LOCATION}/packaging/debian/cvmfs ${copied_source}/debian
5151
cd $copied_source
5252

53-
# On Ubuntu 18.04 Bionic, the insserv package is no longer available
54-
# It should be removed from the list of dependencies
53+
# On Ubuntu 18.04 Bionic, the insserv and initscripts packages are no longer
54+
# available. They should be removed from the list of dependencies
5555
if [ x"$(lsb_release -sc)" = x"bionic" ]; then
56-
sed -i -e "s/insserv, //g" debian/control
56+
sed -i -e "s/insserv, initscripts, //g" debian/control
5757
fi
5858

5959
cpu_cores=$(get_number_of_cpu_cores)

0 commit comments

Comments
 (0)