[Lunar-commits] CVS: moonbase/zbeta/turck-mmcache BUILD, 1.1,
1.2
Auke Kok
sofar at lunar-linux.org
Fri Apr 23 23:45:19 GMT 2004
Jon South wrote:
> Update of /var/cvs/lunar/moonbase/zbeta/turck-mmcache
> In directory dbguin.lunar-linux.org:/tmp/cvs-serv23613
>
> Modified Files:
> BUILD
> Log Message:
> grrr...lrm removes /usr/lib/php/extensions, even though it doesnt belong to this module...
>
>
> Index: BUILD
> ===================================================================
> RCS file: /var/cvs/lunar/moonbase/zbeta/turck-mmcache/BUILD,v
> retrieving revision 1.1
> retrieving revision 1.2
> diff -u -d -r1.1 -r1.2
> --- BUILD 22 Apr 2004 22:11:27 -0000 1.1
> +++ BUILD 23 Apr 2004 21:35:31 -0000 1.2
> @@ -10,12 +10,12 @@
> make &&
>
> # This should not be in the install log
> - mkdir -p /usr/lib/php/extensions &&
> mkdir -p /var/cache/mmcache &&
> chmod 1777 /var/cache/mmcache &&
>
> prepare_install &&
>
> + mkdir -p /usr/lib/php/extensions &&
> install -m 0755 modules/mmcache.so /usr/lib/php/extensions/turck-mmcache.so
>
> ) > $C_FIFO 2>&1
>
Striker,
you should NOT create anything on the TARGET before the
'prepare_isntall' call since that calls 'lrm'. the other mkdir should
also be moved below the prepare_isntall
sofar
More information about the Lunar-dev
mailing list