We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d716f79 commit f9e35aaCopy full SHA for f9e35aa
packages/deb/debian/install
@@ -1 +1 @@
1
-
+amd64/bin /usr/local
packages/deb/debian/rules
@@ -11,12 +11,6 @@ override_dh_strip:
11
override_dh_builddeb:
12
dh_builddeb -- -Zxz -Sextreme -z9
13
14
-override_dh_install:
15
- install -d debian/ton/usr
16
- cp --reflink=auto -ar ./${DEB_BUILD_ARCH}/bin debian/ton/usr/local/
17
- cp --reflink=auto -ar ./${DEB_BUILD_ARCH}/lib debian/ton/usr/local/
18
- cp --reflink=auto -ar ./${DEB_BUILD_ARCH}/share debian/ton/usr/local/
19
20
override_dh_shlibdeps:
21
echo Skipping shlibdeps
22
0 commit comments