close
Skip to content

Commit 6d1d424

Browse files
katrehermione521
authored andcommitted
Fix paths of binaries in .deb packages.
To be cherry-picked for bazelbuild#2472. Fixes bazelbuild#2605. -- Change-Id: Idfd1bf264ceb696ca766268c8a16891476ee33b1 Reviewed-on: https://cr.bazel.build/9111 PiperOrigin-RevId: 148749784 MOS_MIGRATED_REVID=148749784
1 parent 5ea2b14 commit 6d1d424

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • scripts/packages/debian

‎scripts/packages/debian/BUILD‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pkg_tar(
1414
],
1515
mode = "0755",
1616
package_dir = "/usr/bin",
17-
strip_prefix = ".",
17+
strip_prefix = "/scripts/packages",
1818
)
1919

2020
pkg_tar(

0 commit comments

Comments
 (0)