Skip to content

Commit

Permalink
Don't make build depend on flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
otsaloma committed Apr 3, 2024
1 parent f3a0146 commit f75e8b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,11 @@ build:
sed -i "s|^LOCALE_DIR = .*$$|LOCALE_DIR = Path('$(LOCALEDIR_FINAL)')|" build/nfoview/paths.py
fgrep -q "$(DATADIR_FINAL)/nfoview" build/nfoview/paths.py
fgrep -q "$(LOCALEDIR_FINAL)" build/nfoview/paths.py
flake8 build/nfoview/*.py
@echo "BUILDING SCRIPT..."
mkdir -p build/bin
cp bin/nfoview.in build/bin/nfoview
sed -i "s|%LIBDIR%|$(DATADIR_FINAL)/nfoview|" build/bin/nfoview
fgrep -q "$(DATADIR_FINAL)/nfoview" build/bin/nfoview
flake8 build/bin/nfoview
chmod +x build/bin/nfoview
@echo "BUILDING TRANSLATIONS..."
mkdir -p build/mo
Expand Down

0 comments on commit f75e8b4

Please sign in to comment.