mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-04 18:40:47 +00:00
Fixed typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4472 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7ebad97499
commit
7bdcaab4f2
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
# Things to do after installing
|
# Things to do after installing
|
||||||
after-install::
|
after-install::
|
||||||
if [ "`whoami`" != "root" ]; then \
|
if [ "`whoami`" != "root" ]; then \
|
||||||
echo "WARNING: gdomap MUST be installed owned by rooot and with"; \
|
echo "WARNING: gdomap MUST be installed owned by root and with"; \
|
||||||
echo "the 's-bit' set unless you defined 'GDOMAP_PORT_OVERRIDE' in"; \
|
echo "the 's-bit' set unless you defined 'GDOMAP_PORT_OVERRIDE' in"; \
|
||||||
echo "gdomap.h before compiling gdomap.c and NSPortNameServer.m"; \
|
echo "gdomap.h before compiling gdomap.c and NSPortNameServer.m"; \
|
||||||
echo "in which case you should install it by hand."; \
|
echo "in which case you should install it by hand."; \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue