X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=Ada95%2Fmake-tar.sh;h=5a99fb9dbe90f7ddb3af9858e9295607eaa4a17b;hp=608bbdff84455c9525fd383deb1cf380877c96fb;hb=f259fb41d8f08b7e042eb928b839b59c8e39098c;hpb=2b635f090ec43c82958cef9369464aee4dd8975f diff --git a/Ada95/make-tar.sh b/Ada95/make-tar.sh old mode 100644 new mode 100755 index 608bbdff..5a99fb9d --- a/Ada95/make-tar.sh +++ b/Ada95/make-tar.sh @@ -1,7 +1,8 @@ #!/bin/sh -# $Id: make-tar.sh,v 1.12 2011/03/26 19:07:38 tom Exp $ +# $Id: make-tar.sh,v 1.19 2021/06/17 21:26:02 tom Exp $ ############################################################################## -# Copyright (c) 2010,2011 Free Software Foundation, Inc. # +# 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 # # copy of this software and associated documentation files (the "Software"), # @@ -66,11 +67,11 @@ edit_specfile() { make_changelog() { test -f $1 && chmod u+w $1 cat >$1 <MANIFEST ) -cd $BUILD || exit +cd $BUILD || exit # Remove build-artifacts. find . -name RCS -exec rm -rf {} \;