[GH-ISSUE #165] make dist misses mketc.sh #116

Closed
opened 2026-05-05 05:05:23 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @hvhaugwitz on GitHub (Nov 28, 2015).
Original GitHub issue: https://github.com/netblue30/firejail/issues/165

Patch:

diff --git a/Makefile.in b/Makefile.in
index 7b95112..d1fb5bc 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -169,7 +169,7 @@ dist:
        rm -fr $(NAME)-$(VERSION) $(NAME)-$(VERSION).tar.bz2
        mkdir $(NAME)-$(VERSION)
        cd $(NAME)-$(VERSION); cp -a ../src .; cp -a ../etc .; cp -a ../platform .; rm -fr src/tools; cd ..
-       cd $(NAME)-$(VERSION); cp -a ../configure .; cp -a ../configure.ac .; cp -a ../Makefile.in .; cp -a ../install.sh .; cp -a ../mkman.sh .; cp -a ../mkdeb.sh .;cd ..
+       cd $(NAME)-$(VERSION); cp -a ../configure .; cp -a ../configure.ac .; cp -a ../Makefile.in .; cp -a ../install.sh .; cp -a ../mketc.sh .; cp -a ../mkman.sh .; cp -a ../mkdeb.sh .;cd ..
        cd $(NAME)-$(VERSION); cp -a ../COPYING .; cp -a ../README .; cp -a ../RELNOTES .; cd ..
        cd $(NAME)-$(VERSION); rm -fr `find . -name .svn`; rm -fr $(NAME)-$(VERSION); cd ..
        tar -cjvf $(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION)
Originally created by @hvhaugwitz on GitHub (Nov 28, 2015). Original GitHub issue: https://github.com/netblue30/firejail/issues/165 Patch: ``` diff --git a/Makefile.in b/Makefile.in index 7b95112..d1fb5bc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -169,7 +169,7 @@ dist: rm -fr $(NAME)-$(VERSION) $(NAME)-$(VERSION).tar.bz2 mkdir $(NAME)-$(VERSION) cd $(NAME)-$(VERSION); cp -a ../src .; cp -a ../etc .; cp -a ../platform .; rm -fr src/tools; cd .. - cd $(NAME)-$(VERSION); cp -a ../configure .; cp -a ../configure.ac .; cp -a ../Makefile.in .; cp -a ../install.sh .; cp -a ../mkman.sh .; cp -a ../mkdeb.sh .;cd .. + cd $(NAME)-$(VERSION); cp -a ../configure .; cp -a ../configure.ac .; cp -a ../Makefile.in .; cp -a ../install.sh .; cp -a ../mketc.sh .; cp -a ../mkman.sh .; cp -a ../mkdeb.sh .;cd .. cd $(NAME)-$(VERSION); cp -a ../COPYING .; cp -a ../README .; cp -a ../RELNOTES .; cd .. cd $(NAME)-$(VERSION); rm -fr `find . -name .svn`; rm -fr $(NAME)-$(VERSION); cd .. tar -cjvf $(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION) ```
Author
Owner

@netblue30 commented on GitHub (Nov 28, 2015):

Fixed, thanks!

<!-- gh-comment-id:160331223 --> @netblue30 commented on GitHub (Nov 28, 2015): Fixed, thanks!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#116
No description provided.