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 dd95511 commit e968bc5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-deb-ppa-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
TAG=$(echo $TAG | sed s'/-/.100/')
DATE=$(date -R)
VERSION=${TAG:1}
REVISION=1
REVISION=2
echo "latest TAG = $TAG, VERSION=$VERSION, DATE=$DATE"
cd packages/deb
Expand Down
4 changes: 1 addition & 3 deletions packages/deb/debian/install
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
#debian/ton/bin /usr/local
#debian/ton/lib /usr/local
#debian/ton/share /usr/local

5 changes: 5 additions & 0 deletions packages/deb/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,9 @@ override_dh_install:
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

override_dh_usrlocal:
echo Skipping usr/local

0 comments on commit e968bc5

Please sign in to comment.