Skip to content

Commit

Permalink
[fix] debian scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
melianmiko committed Oct 7, 2024
1 parent 360fe33 commit fe073f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ override_dh_auto_install:
python ./scripts/make.py install debian/openfreebuds/usr debian/openfreebuds/usr/lib/python3/dist-packages

override_dh_clean:
git clean -Xfd
git clean -xfd -e accent.json

2 changes: 2 additions & 0 deletions debian/source/options
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
tar-ignore = "*venv"
tar-ignore = ".git"
tar-ignore = "accent.json"

0 comments on commit fe073f6

Please sign in to comment.