Skip to content

Commit

Permalink
Fix paths of binaries in .deb packages.
Browse files Browse the repository at this point in the history
To be cherry-picked for #2472.

Fixes #2605.

--
Change-Id: Idfd1bf264ceb696ca766268c8a16891476ee33b1
Reviewed-on: https://cr.bazel.build/9111
PiperOrigin-RevId: 148749784
MOS_MIGRATED_REVID=148749784
  • Loading branch information
katre authored and hermione521 committed Feb 28, 2017
1 parent 5ea2b14 commit 6d1d424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/packages/debian/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pkg_tar(
],
mode = "0755",
package_dir = "/usr/bin",
strip_prefix = ".",
strip_prefix = "/scripts/packages",
)

pkg_tar(
Expand Down

0 comments on commit 6d1d424

Please sign in to comment.