See thread:
http://sourceforge.net/mailarchive/message.php?msg_id=6022045.

I have regularly considered expanding the *.etheme's into plain CVS
trees. That should bypass the problem entirely.
IMO, archiving the .etheme's as such goes against the whole purpose of
CVS anyway.

/Kim

Peter Hyman wrote:
make install in e/themes is perhaps incorrect in that it tries and
assign a group equal to the themes install directory. This, of course,
cannot work.

e/themes/Makefile.am

install-data-local:
        $(mkinstalldirs) $(THEME_DIR)
        for tf in $(THEME_FILES); do \
                gzip -d -c < $(srcdir)/$$tf | (cd $(THEME_DIR); tar -xmf -); \
        done
        -if [ -n "$(USER)" ]; then chown -R $(USER) $(THEME_DIR); else chown -R 
root $(THEME_DIR); fi

Did you mean maybe $(GROUP)? Why is this even here?



------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to