diskimage-builder/elements/dpkg/pre-install.d/01-dpkg-install-bin
Dan Prince 3145e4a970 Name 01-install-bin uniquely
While an end user would never use these elements at the same time we
should always use unique names for things per DIB conventions.

Change-Id: I53b10522183e8566c62922b91878e5cf767fe2c6
2014-06-11 08:16:41 -04:00

7 lines
108 B
Bash
Executable File

#!/bin/bash
set -eu
set -o pipefail
install -m 0755 -o root -g root $(dirname $0)/../bin/* /usr/local/bin