Skip to content

Commit

Permalink
3.17-20250223 debug
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriWahl committed Feb 23, 2025
1 parent c5b6ad8 commit 09c58f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def debmain():
os.chmod('{0}{1}debian{1}rules'.format(CURRENT_DIR, os.sep), 0o755)

# just in case some Windows commit converted linebreaks
subprocess.call(['dos2unix', 'debian/*'])
subprocess.call(['dos2unix', 'debian/rules'])

subprocess.call(['fakeroot', 'debian/rules', 'build'])

Expand Down

0 comments on commit 09c58f3

Please sign in to comment.