Fixed #17983 -- Re-fixed the ln syntax by adding a trailing slash to the destination directory.
The -t argument is not a POSIX standard. Thanks Aymeric Augustin for pointing the problem. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17859 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
2d01c9de69
commit
89b66efafc
|
@ -330,7 +330,7 @@ latest bug fixes and improvements, follow these instructions:
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
ln -s -t /usr/local/bin WORKING-DIR/django-trunk/django/bin/django-admin.py
|
||||
ln -s WORKING-DIR/django-trunk/django/bin/django-admin.py /usr/local/bin/
|
||||
|
||||
(In the above line, change WORKING-DIR to match the full path to your new
|
||||
``django-trunk`` directory.)
|
||||
|
|
Loading…
Reference in New Issue