Skip to content

Commit dac6ffd

Browse files
committed
Make sure we include Get-GitModules.ps1 in the dist archive
1 parent a9564af commit dac6ffd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ rpm: $(PACKAGE)-$(VERSION).tar.gz
103103
rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
104104

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

108108
install-data-local:
109109
$(MKDIR_P) $(DESTDIR)$(libdir)/cmake/SDL2_image

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1597,7 +1597,7 @@ rpm: $(PACKAGE)-$(VERSION).tar.gz
15971597
rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
15981598

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

16021602
install-data-local:
16031603
$(MKDIR_P) $(DESTDIR)$(libdir)/cmake/SDL2_image

0 commit comments

Comments
 (0)