[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[leafnode-list] Feature req in Makefile.in: parametrized owner:group



Would it be possible to parametrize the owner and group used in the
Makefile.in?

something like:
BIN_USER = bin
ROOT_USER = root
NEWS_USER = news
NEWS_GROUP = news

or maybe by binary file
BIN_USER = news
DIRS_USER = root
..

$(INSTALL) -c -g $(NEWS_GROUP) -m 750 -o $(NEWS_USER) $(STRIP)
checkgroups 

The idea is not to have any hard-coded owner:group in any chown/install,
this is to be able to re-build srpms as normal users without need to
patch Makefile.in.

Thanks.

-- 
giulioo@xxxxxxxxx

-- 
leafnode-list@xxxxxxxxxxxxxxxxxxxxxxxxxxxx -- mailing list for leafnode
To unsubscribe, send mail with "unsubscribe" in the subject to the list