Skip to content

Commit

Permalink
minor changes in pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
nqb committed Jul 19, 2021
1 parent db4af98 commit 40cee67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ symlink_files = $(shell find $(SRC_HTML_PFAPPDIR) \
-type l \
-not -path "$(SRC_HTML_PFAPPDIR_ROOT)/node_modules/*")

# all directories and files necessary to build PacketFence package
# all directories and files to include in PacketFence package
# $(SRC_ROOT_DIR)/* to exclude SRC_ROOT_DIR himself
files_to_include = $(shell find $(SRC_ROOT_DIR)/* \
-maxdepth 0 \
Expand Down
1 change: 1 addition & 0 deletions dist_ignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
dist_ignore
*.gitignore
.gitlab-ci.yml
*.gitattributes
*.git
ChangeLog.old
Expand Down

0 comments on commit 40cee67

Please sign in to comment.