[csw-devel] SF.net SVN: gar:[14350] csw/mgar/pkg/bacula/trunk/Makefile

Sebastian Kayser skayser at opencsw.org
Wed Apr 20 22:16:59 CEST 2011


Hi Ben,

* bdwalton at users.sourceforge.net <bdwalton at users.sourceforge.net> wrote:
> Log Message:
> -----------
> bacula/trunk: add a README.CSW file (from legacy package; updates pending)
> 
> Modified Paths:
> --------------
>     csw/mgar/pkg/bacula/trunk/Makefile
> 
> Modified: csw/mgar/pkg/bacula/trunk/Makefile
> ===================================================================
> --- csw/mgar/pkg/bacula/trunk/Makefile	2011-04-20 15:30:26 UTC (rev 14349)
> +++ csw/mgar/pkg/bacula/trunk/Makefile	2011-04-20 17:29:45 UTC (rev 14350)
> @@ -13,6 +13,7 @@
>  MASTER_SITES = $(SF_MIRRORS)
>  DISTFILES  = $(DISTNAME).tar.gz
>  DISTFILES += CSWbacula-doc.cswreleasenotes
> +DISTFILES += README.CSW
>  PATCHFILES += 0001-Update-AC_INIT-use-to-make-configure-handle-docdir.patch
>  PATCHFILES += 0002-Clean-up-solaris-install-autostart-targets.patch
>  
> @@ -216,4 +218,5 @@
>  		done )
>  	@(ginstall -d -m 0755 $(DESTDIR)/var/opt/csw/run)
>  	@(ginstall -d -m 0755 $(DOCD); gcp -pR $(WORKSRC)/examples $(DOCD))
> +	@(ginstall -m 0644 $(WORKDIR)/README.CSW $(DOCD))
>  	@$(MAKECOOKIE)

you shouldn't need to explicitly install README.CSW. As long as it's
listed in DISTFILES, GAR will merge it automatically. Same goes for
changelog.CSW.

Sebastian


More information about the devel mailing list