Skip to content

Commit e2b43c9

Browse files
markkasaboskiMark Kasaboski
andauthored
Fixes Makefile package target to remove the __pycache__ dirs (#61)
Co-authored-by: Mark Kasaboski <mark.kasaboski@gmail.com>
1 parent e60497b commit e2b43c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ clean:
3939
.PHONY: package
4040
package: packages/flare/bin/vendor
4141
-@rm flare.tar.gz
42-
@find packages/flare/bin -type d -name "__pycache__" -exec rm -r {} +
42+
@find packages/flare/flare/bin -type d -name "__pycache__" -exec rm -r {} +
4343
COPYFILE_DISABLE=1 tar \
4444
--exclude='packages/flare/flare/local' \
4545
--exclude='packages/flare/flare/metadata/local.meta' \

0 commit comments

Comments
 (0)