mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
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:
parent
f04a31ac1b
commit
838cf297ac
7 changed files with 261 additions and 209 deletions
|
@ -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"; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue