[PVE-User] Fixed problem with recent Autoconf/Automake

Dietmar Maurer dietmar at proxmox.com
Mon Oct 4 09:19:54 CEST 2010


> www/root/Makefile.am:5: `htmldir' is not a legitimate directory for `SCRIPTS'


What version automake is that? Is there some documentation about why it is not
a legitimate directory?

> --- Makefile.am.orig	2010-09-21 17:43:44.405204750 +0200
> +++ Makefile.am	2010-09-21 17:41:22.235211355 +0200
> @@ -2,7 +2,7 @@
> 
>  SUBDIRS = cluster vmlist openvz qemu system logs server apl iso backup
> storage
> 
> -html_SCRIPTS = 			\
> +htmlbin_SCRIPTS = 			\
>  	startup.pl		\
>  	login.pl
> 
> @@ -18,6 +18,7 @@
>  	dir_conf.epl
> 
>  htmldir = ${WWW_ROOTDIR}
> +htmlbindir = ${WWW_ROOTDIR}
> 
>  install-data-hook:
>  	chown www-data:www-data ${DESTDIR}/${htmldir}/*

That looks strange - should that be:

  	chown www-data:www-data ${DESTDIR}/${htmlbindir}/*




More information about the pve-user mailing list