Re: [E-devel] Odd chown assignment in e16.8.0 themes

2005-01-06 Thread Kim Woelders
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, almosthttp://www.thinkgeek.com/sfshirt
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Odd chown assignment in e16.8.0 themes

2005-01-06 Thread Michael Jennings
On Thursday, 06 January 2005, at 14:44:10 (-0500),
Peter Hyman wrote:

 Precisely the point. Because no group is set, a default is assigned.
 That is wrong.

If you're root, yes.  As a user, no.  In any event, proper packaging
results in this not mattering one wit because the packaging
instructions (like the ones in the spec file) determine user and group
ownerships.

And in any event, group ownership doesn't matter.

Michael

-- 
Michael Jennings (a.k.a. KainX)  http://www.kainx.org/  [EMAIL PROTECTED]
n + 1, Inc., http://www.nplus1.net/   Author, Eterm (www.eterm.org)
---
 So tonight I'll ask the stars above, how did I ever win your love?
  What did I do?  What did I say to turn your Angel Eyes my way?
  -- Jeff Healy Band, Angel Eyes


---
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, almosthttp://www.thinkgeek.com/sfshirt
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel