FIxes for solaris

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6834 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2000-06-27 21:11:01 +00:00
parent f04a31ac1b
commit 838cf297ac
7 changed files with 261 additions and 209 deletions

View file

@ -22,7 +22,7 @@ after-install::
for file in $(DTD_FILES); do \
$(INSTALL_DATA) $$file $(dtddir)/$$file; \
done; \
if [ "`whoami`" != "root" ]; then \
if [ "`$(WHOAMI)`" != "root" ]; then \
echo ""; \
echo "************************************************************"; \
echo "WARNING: gdomap MUST be installed owned by root and with"; \