[csw-devel] SF.net SVN: gar:[15160] csw/mgar/pkg/screen/trunk/files/CSWscrn.postinstall

chninkel at users.sourceforge.net chninkel at users.sourceforge.net
Wed Jul 20 16:12:25 CEST 2011


Revision: 15160
          http://gar.svn.sourceforge.net/gar/?rev=15160&view=rev
Author:   chninkel
Date:     2011-07-20 14:12:25 +0000 (Wed, 20 Jul 2011)

Log Message:
-----------
screen: fixed CSWscrn postinstall script

Modified Paths:
--------------
    csw/mgar/pkg/screen/trunk/files/CSWscrn.postinstall

Modified: csw/mgar/pkg/screen/trunk/files/CSWscrn.postinstall
===================================================================
--- csw/mgar/pkg/screen/trunk/files/CSWscrn.postinstall	2011-07-20 14:00:40 UTC (rev 15159)
+++ csw/mgar/pkg/screen/trunk/files/CSWscrn.postinstall	2011-07-20 14:12:25 UTC (rev 15160)
@@ -11,8 +11,8 @@
 		mkdir "$NEW_SOCKET_DIR/$DIR"
 		getfacl "$DIR" | setfacl -f - "$NEW_SOCKET_DIR/$DIR"
 		for SESSION in "$DIR"/*; do
-			[ -p "$DIR/$SESSION" ] || continue
-			ln -s "$DIR/$SESSION" "$NEW_SOCKET_DIR/$DIR/$SESSION"
+			[ -p "$SESSION" ] || continue
+			ln -s "$SESSION" "$NEW_SOCKET_DIR/$DIR/$SESSION"
 		done
 	done
 done


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list