mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 08:18:32 +00:00
69a1a9ef7a
Signed-off-by: Evan Lezar <elezar@nvidia.com>
6 lines
80 B
Bash
Executable File
6 lines
80 B
Bash
Executable File
#! /bin/sh
|
|
|
|
set -e
|
|
|
|
sed -i "s;@SECTION@;${SECTION:+$SECTION/};g" debian/control
|