Skip to content

Commit f9e35aa

Browse files
committed
try a workaround for deb /usr/local
1 parent d716f79 commit f9e35aa

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

packages/deb/debian/install

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1+
amd64/bin /usr/local

packages/deb/debian/rules

-6
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@ override_dh_strip:
1111
override_dh_builddeb:
1212
dh_builddeb -- -Zxz -Sextreme -z9
1313

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-
2014
override_dh_shlibdeps:
2115
echo Skipping shlibdeps
2216

0 commit comments

Comments
 (0)