X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2FMakefile.in;h=158e7034203106ae4ef559dac77764a654a3b58d;hp=9034a939342eaf3127264ada826563058d5b4852;hb=681a340f6be4184b1472a8e1fa9cd5d074f6f325;hpb=026dc7ad72ba972f230b6709e31fa64397d75ad4 diff --git a/rt/Makefile.in b/rt/Makefile.in index 9034a9393..158e70342 100644 --- a/rt/Makefile.in +++ b/rt/Makefile.in @@ -2,7 +2,7 @@ # # COPYRIGHT: # -# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC +# This software is Copyright (c) 1996-2016 Best Practical Solutions, LLC # # # (Except where explicitly superseded by other copyright notices) @@ -305,9 +305,7 @@ fixperms: # Make upgrade scripts executable if they are in the source. # - # Note that we use the deprecated (by GNU/POSIX find) -perm +0NNN syntax - # instead of -perm /0NNN since BSD find doesn't support the latter. - ( cd etc/upgrade && find . -type f -not -name '*.in' -perm +0111 -print ) | while read file ; do \ + ( cd etc/upgrade && find . -type f -not -name '*.in' -perm @FINDPERM@0111 -print ) | while read file ; do \ chmod a+x "$(DESTDIR)$(RT_ETC_PATH)/upgrade/$$file" ; \ done