Skip to content

Commit

Permalink
install.mk: Reverting comm command to previous state as now fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
th0ma7 committed Jan 3, 2022
1 parent 706ab01 commit 70a1807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/spksrc.install.mk
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ $(INSTALL_PLIST):
find $(INSTALL_DIR)/$(INSTALL_PREFIX)/ \! -type d -printf '%P\n' | sort | \
diff $(PRE_INSTALL_PLIST) - | grep '>' | cut -d' ' -f2- > $@
# Generate $(PKG_NAME).plist.auto for newly added files (diff against .tmp)
comm -13 $(PRE_INSTALL_PLIST) $(INSTALL_PLIST) > $(INSTALL_PLIST).auto
comm -3 $(PRE_INSTALL_PLIST) $(INSTALL_PLIST) > $(INSTALL_PLIST).auto

install_correct_lib_files: $(INSTALL_PLIST)
@for pc_file in `grep -e "^lib/pkgconfig/.*\.pc$$" $(INSTALL_PLIST)` ; \
Expand Down

0 comments on commit 70a1807

Please sign in to comment.