Skip to content

Commit

Permalink
Make sure we include Get-GitModules.ps1 in the dist archive
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Nov 30, 2023
1 parent a9564af commit dac6ffd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ rpm: $(PACKAGE)-$(VERSION).tar.gz
rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz

dist-hook:
ls $(distdir)/external | $(FGREP) -v download.sh | while read dir; do rm -rf "$(distdir)/external/$$dir"; done
ls $(distdir)/external | $(FGREP) -v download.sh | $(FGREP) -v Get-GitModules.ps1 | while read dir; do rm -rf "$(distdir)/external/$$dir"; done

install-data-local:
$(MKDIR_P) $(DESTDIR)$(libdir)/cmake/SDL2_image
Expand Down
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -1597,7 +1597,7 @@ rpm: $(PACKAGE)-$(VERSION).tar.gz
rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz

dist-hook:
ls $(distdir)/external | $(FGREP) -v download.sh | while read dir; do rm -rf "$(distdir)/external/$$dir"; done
ls $(distdir)/external | $(FGREP) -v download.sh $(FGREP) -v Get-GitModules.ps1 | while read dir; do rm -rf "$(distdir)/external/$$dir"; done

install-data-local:
$(MKDIR_P) $(DESTDIR)$(libdir)/cmake/SDL2_image
Expand Down

0 comments on commit dac6ffd

Please sign in to comment.