[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r3523: Remove the linking for man pages, since it creates literally (vidalia/branches/vidalia-0.1/pkg/osx)
Author: phobos
Date: 2009-02-15 23:01:24 -0500 (Sun, 15 Feb 2009)
New Revision: 3523
Modified:
vidalia/branches/vidalia-0.1/pkg/osx/TorPostFlight
Log:
Remove the linking for man pages, since it creates literally a star dot
1 file in the dir.
Modified: vidalia/branches/vidalia-0.1/pkg/osx/TorPostFlight
===================================================================
--- vidalia/branches/vidalia-0.1/pkg/osx/TorPostFlight 2009-02-15 15:48:14 UTC (rev 3522)
+++ vidalia/branches/vidalia-0.1/pkg/osx/TorPostFlight 2009-02-16 04:01:24 UTC (rev 3523)
@@ -47,9 +47,9 @@
ln -sf $TARGET/tor .
ln -sf $TARGET/tor-resolve .
-cd /usr/share/man/man1
-MAN1=$TARGET/man/man1
-ln -sf $MAN1/*.1 .
+#cd /usr/share/man/man1
+#MAN1=$TARGET/man/man1
+#ln -sf $MAN1/*.1 .
if [ ! -e /var/log/tor -o -L /var/log/tor ]; then
cd /var/log