Skip to content

Commit

Permalink
Do not ship rad_pkg.py
Browse files Browse the repository at this point in the history
  • Loading branch information
citrus-it committed Nov 24, 2024
1 parent 51aa299 commit 0d25c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/Makefile.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ PYFILES.cmd = find . -type f -name \*.py | cut -c3-
PYFILES = $(PYFILES.cmd:sh)
ROOTPYFILES = $(PYFILES:%=$(ROOTPYPKG)/%)

SKIPFILES = gui/repository.py
SKIPFILES = gui/repository.py client/rad_pkg.py
ROOTSKIPFILES = $(SKIPFILES:%=$(ROOTPYPKG)/%)

all clean clobber:
Expand Down

0 comments on commit 0d25c93

Please sign in to comment.