X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=Ada95%2Fmake-tar.sh;fp=Ada95%2Fmake-tar.sh;h=5a99fb9dbe90f7ddb3af9858e9295607eaa4a17b;hb=9f479192e3ca3413d235c66bf058f8cc63764898;hp=e88b312841b1441a4406cd01cf2550cf5e3e5a12;hpb=a50b059f71e787a32e396c0e5b40cee4230c997e;p=ncurses.git diff --git a/Ada95/make-tar.sh b/Ada95/make-tar.sh index e88b3128..5a99fb9d 100755 --- a/Ada95/make-tar.sh +++ b/Ada95/make-tar.sh @@ -1,7 +1,7 @@ #!/bin/sh -# $Id: make-tar.sh,v 1.18 2020/02/02 23:34:34 tom Exp $ +# $Id: make-tar.sh,v 1.19 2021/06/17 21:26:02 tom Exp $ ############################################################################## -# Copyright 2019,2020 Thomas E. Dickey # +# Copyright 2019-2020,2021 Thomas E. Dickey # # Copyright 2010-2015,2017 Free Software Foundation, Inc. # # # # Permission is hereby granted, free of charge, to any person obtaining a # @@ -128,10 +128,10 @@ cp -p $SOURCE/NEWS $BUILD/$ROOTNAME # cleanup empty directories (an artifact of ncurses source archives) -touch $BUILD/$ROOTNAME/MANIFEST +touch $BUILD/$ROOTNAME/MANIFEST ( cd $BUILD/$ROOTNAME && find . -type f -print |$SOURCE/misc/csort >MANIFEST ) -cd $BUILD || exit +cd $BUILD || exit # Remove build-artifacts. find . -name RCS -exec rm -rf {} \;