Files
APT-Package/run-build.sh

7 lines
174 B
Bash
Executable File

#!/bin/bash
VERSION="$1"
DEBIAN_PACKAGE_PATH="$2"
echo "Version: ${VERSION}" >> $DEBIAN_PACKAGE_PATH/DEBIAN/control
dpkg-deb --root-owner-group --build $DEBIAN_PACKAGE_PATH