From a2c60d0594545ec266b23cf0122d664397b69b77 Mon Sep 17 00:00:00 2001 From: Brian Silverman Date: Fri, 6 Nov 2015 14:28:37 +0000 Subject: Fix bash completion script location in the Debian package It was ending up installed as /bazel. Also, the documented way of telling pkg_tar not to strip off the prefix didn't work. -- Change-Id: I593d17690526c614697369cab543aff1ba67de0a Reviewed-on: https://bazel-review.googlesource.com/#/c/2222/ MOS_MIGRATED_REVID=107229260 --- scripts/packages/BUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/packages/BUILD') diff --git a/scripts/packages/BUILD b/scripts/packages/BUILD index 0e47b20b6c..d9ac0ed675 100644 --- a/scripts/packages/BUILD +++ b/scripts/packages/BUILD @@ -71,6 +71,7 @@ pkg_tar( name = "bazel-completion", files = [":etc/bash_completion.d/bazel"], mode = "0644", + strip_prefix = ".", ) pkg_tar( -- cgit v1.2.3