Skip to content

Commit

Permalink
fix usage of PLIST.auto
Browse files Browse the repository at this point in the history
  • Loading branch information
hgy59 committed Apr 13, 2022
1 parent 9d0c48a commit 6871dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/spksrc.plist.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cat_PLIST:
# If there is a PLIST.auto file or if parent directory is kernel \
elif [ -f PLIST.auto -o $$(basename $$(dirname $$(pwd))) = "kernel" ] ; \
then \
cat $(WORK_DIR)/$(PKG_NAME).plist | sort | while read -r file ; \
cat $(WORK_DIR)/$(PKG_NAME).plist.tmp | sort | while read -r file ; \
do \
type=$$(file --brief "$(INSTALL_DIR)/$(INSTALL_PREFIX)/$$file" | cut -d , -f1) ; \
case $$type in \
Expand Down

0 comments on commit 6871dac

Please sign in to comment.