Skip to content

Commit 0d25c93

Browse files
committedNov 24, 2024·
Do not ship rad_pkg.py
1 parent 51aa299 commit 0d25c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/modules/Makefile.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ PYFILES.cmd = find . -type f -name \*.py | cut -c3-
2727
PYFILES = $(PYFILES.cmd:sh)
2828
ROOTPYFILES = $(PYFILES:%=$(ROOTPYPKG)/%)
2929

30-
SKIPFILES = gui/repository.py
30+
SKIPFILES = gui/repository.py client/rad_pkg.py
3131
ROOTSKIPFILES = $(SKIPFILES:%=$(ROOTPYPKG)/%)
3232

3333
all clean clobber:

0 commit comments

Comments
 (0)