nvidia-container-toolkit/packaging/debian/prepare

10 lines
166 B
Plaintext
Raw Normal View History

#! /bin/bash
set -e
sed -i "s;@SECTION@;${SECTION:+$SECTION/};g" debian/control
if [ -n "$DISTRIB" ]; then
sed -i "s;UNRELEASED;$DISTRIB;" debian/changelog
fi