Skip to content

Commit

Permalink
Fix DEBIAN path in make-deb.sh (#1117)
Browse files Browse the repository at this point in the history
Summary:
I was trying to use `make-deb.sh`, and noticed that the path was wrong.

Pull Request resolved: #1117

Reviewed By: xavierd

Differential Revision: D50095231

Pulled By: genevievehelsel

fbshipit-source-id: a5a362c1fb5567e9d6792eb69380e51d2d62c707
  • Loading branch information
marianosimone authored and facebook-github-bot committed Oct 10, 2023
1 parent 5898f9d commit d3ea712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion watchman/build/package/watchman-deb/make-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ trap 'rm -rf -- "$PACKAGE_WORKDIR"' EXIT

mkdir -p "$PACKAGE_WORKDIR$PREFIX"
cp -ar "$BUILT/bin" "$PACKAGE_WORKDIR$PREFIX/bin"
cp -ar watchman/build/package/DEBIAN "$PACKAGE_WORKDIR"
cp -ar watchman/build/package/watchman-deb/DEBIAN "$PACKAGE_WORKDIR"

sed -i "s/%VERSION%/$PACKAGE_VERSION/" "$PACKAGE_WORKDIR/DEBIAN/control"

Expand Down

0 comments on commit d3ea712

Please sign in to comment.