debmaker/lib/exec_in_chroot.sh
thomas 853e9f431b use generic file name to store compilation instruction
Add GLPI (with github clone to patch install)
2022-03-06 00:37:44 +01:00

8 lines
96 B
Bash
Executable file

#!/bin/bash
if [ ! "$1" == "" ];
then
source /tmp/src/debmaker
FUNC=$1
shift
${FUNC} $*
fi