Skip to content

Commit

Permalink
try a workaround for deb /usr/local
Browse files Browse the repository at this point in the history
  • Loading branch information
neodix42 committed Jan 30, 2024
1 parent d716f79 commit f9e35aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion packages/deb/debian/install
Original file line number Diff line number Diff line change
@@ -1 +1 @@

amd64/bin /usr/local
6 changes: 0 additions & 6 deletions packages/deb/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ override_dh_strip:
override_dh_builddeb:
dh_builddeb -- -Zxz -Sextreme -z9

override_dh_install:
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/

override_dh_shlibdeps:
echo Skipping shlibdeps

Expand Down

0 comments on commit f9e35aa

Please sign in to comment.