We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51aa299 + 0d25c93 commit fa4df80Copy full SHA for fa4df80
src/modules/Makefile.mod
@@ -27,7 +27,7 @@ PYFILES.cmd = find . -type f -name \*.py | cut -c3-
27
PYFILES = $(PYFILES.cmd:sh)
28
ROOTPYFILES = $(PYFILES:%=$(ROOTPYPKG)/%)
29
30
-SKIPFILES = gui/repository.py
+SKIPFILES = gui/repository.py client/rad_pkg.py
31
ROOTSKIPFILES = $(SKIPFILES:%=$(ROOTPYPKG)/%)
32
33
all clean clobber:
0 commit comments