[pve-devel] applied: [PATCH docs] fix clean-static find call

Thomas Lamprecht t.lamprecht at proxmox.com
Fri Nov 23 14:32:39 CET 2018


On 11/23/18 2:07 PM, Dominik Csapak wrote:
> '-not -name' instead of '-not name'
> 
> Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
> ---
>  Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Makefile b/Makefile
> index 81cce99..c049eda 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -229,7 +229,7 @@ update-static:
>  
>  .PHONY: clean-static
>  clean-static:
> -	find . -regex '.*-\(opts\|synopsis\)\.adoc' -not -name pmxcfs.8-synopsis.adoc -not name qmeventd.8-synopsis.adoc -exec rm -f \{\} \;
> +	find . -regex '.*-\(opts\|synopsis\)\.adoc' -not -name pmxcfs.8-synopsis.adoc -not -name qmeventd.8-synopsis.adoc -exec rm -f \{\} \;
>  	rm -f api-viewer/apidata.js
>  	rm -f pve-firewall-macros.adoc pct-network-opts.adoc pct-mountpoint-opts.adoc
>  
> 

applied




More information about the pve-devel mailing list