livecd-rootfs/live-build/buildd/hooks/01-pkgbinarymangler.chroot
Colin Watson 7cf7d116a0 Import patches-unapplied version 2.538 to ubuntu/cosmic-proposed
Imported using git-ubuntu import.

Changelog parent: d36578f6bb4a1f182044af709ccd3e2ded1f5aec

New changelog entries:
  * Add a buildd subproject.
2018-09-19 14:38:19 +00:00

11 lines
327 B
Bash
Executable File

#! /bin/sh
set -e
# Configure pkgbinarymangler.
sed -i /^enable/s/false/true/ \
/etc/pkgbinarymangler/maintainermangler.conf \
/etc/pkgbinarymangler/striptranslations.conf || true
sed -i /^invalid_current/s/ignore/fail/ \
/etc/pkgbinarymangler/maintainermangler.conf \
/etc/pkgbinarymangler/striptranslations.conf || true