File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ rpm: $(PACKAGE)-$(VERSION).tar.gz
103103 rpmbuild -ta $(PACKAGE ) -$(VERSION ) .tar.gz
104104
105105dist-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
108108install-data-local :
109109 $(MKDIR_P ) $(DESTDIR )$(libdir ) /cmake/SDL2_image
Original file line number Diff line number Diff line change @@ -1597,7 +1597,7 @@ rpm: $(PACKAGE)-$(VERSION).tar.gz
15971597 rpmbuild -ta $(PACKAGE ) -$(VERSION ) .tar.gz
15981598
15991599dist-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
16021602install-data-local :
16031603 $(MKDIR_P ) $(DESTDIR )$(libdir ) /cmake/SDL2_image
You can’t perform that action at this time.
0 commit comments