Skip to content

Commit

Permalink
does not allow having files in /usr/local for deb pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
neodix42 committed Jan 30, 2024
1 parent e968bc5 commit d716f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/deb/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ override_dh_builddeb:
dh_builddeb -- -Zxz -Sextreme -z9

override_dh_install:
install -d debian/ton/usr/local
install -d debian/ton/usr
cp --reflink=auto -ar ./${DEB_BUILD_ARCH}/bin debian/ton/usr/local/
cp --reflink=auto -ar ./${DEB_BUILD_ARCH}/lib debian/ton/usr/local/
cp --reflink=auto -ar ./${DEB_BUILD_ARCH}/share debian/ton/usr/local/
Expand Down

0 comments on commit d716f79

Please sign in to comment.