Set Riju-Script-Hash Debian header
This commit is contained in:
parent
04c38e946c
commit
f55a8f7e7a
|
@ -61,7 +61,8 @@ Version: \$(date +%s%3N)
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Maintainer: Radon Rosborough <radon.neon@gmail.com>
|
Maintainer: Radon Rosborough <radon.neon@gmail.com>
|
||||||
Description: Riju configuration for the ${name} language
|
Description: Riju configuration for the ${name} language
|
||||||
Depends: riju-lang-${id}`;
|
Depends: riju-lang-${id}
|
||||||
|
Riju-Script-Hash: \$(sha1sum "$0" | awk '{ print $1 }')`;
|
||||||
parts.push(`\
|
parts.push(`\
|
||||||
install -d "\${pkg}/DEBIAN"
|
install -d "\${pkg}/DEBIAN"
|
||||||
cat <<EOF > "\${pkg}/DEBIAN/control"
|
cat <<EOF > "\${pkg}/DEBIAN/control"
|
||||||
|
|
Loading…
Reference in New Issue