Skip to content

Commit fa4df80

Browse files
authored
Merge pull request #502 from citrus-it/rad
Do not ship rad_pkg.py
2 parents 51aa299 + 0d25c93 commit fa4df80

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)