xffm compile problem as non root
Edscott Wilson Garcia
edscott at xfce.org
Fri Sep 23 14:48:36 CEST 2005
El jue, 22-09-2005 a las 21:10 -0600, Kevin Fenzi escribió:
>
> Yeah, but the ones is xffm/src are:
> (from Makefile.am):
>
> install-data-local:
> $(mkinstalldirs) $(DESTDIR)$(bindir)
> ( cd $(DESTDIR)$(bindir); \
> rm -r xffm; $(LN_S) xffm-run xffm; \
> ...
>
> So, it has a $(DESTDIR) in there, so it will work under a non system
> root...
>
> The doc dir has in (Makefile.am):
>
> install-data-local:
> ( cd $(datadir)/xffm; \
> rm -f doc; $(LN_S) ../xfce4/doc doc; \
> )
>
> So, I think we need a $(DESTDIR) in there before datadir?
Yes it seems so. Maybe also a
$(mkinstalldirs) $(DESTDIR)$(datadir)/xffm
as well. Try this and see if it works ok. I'll it to svn for next
release.
regards,
--
Edscott Wilson Garcia <edscott at xfce.org>
More information about the Xfce4-dev
mailing list