[Lunar-commits] <lunar> My attempt to get svn to recoginize the correct permissions on ld. Which should be 755, not 644.

Terry Chan tchan at lunar-linux.org
Mon Jul 2 04:43:08 CEST 2012


commit 4b3eaae6d2f1240d64a89b198239012c707ae85b
Author: Terry Chan <tchan at lunar-linux.org>
Date:   Sun Oct 16 16:40:41 2005 +0000

    My attempt to get svn to recoginize the correct permissions on ld.
    Which should be 755, not 644.
---
 var/lib/lunar/compilers/ld |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/var/lib/lunar/compilers/ld b/var/lib/lunar/compilers/ld
index bfe42ce..9dca6ba 100644
--- a/var/lib/lunar/compilers/ld
+++ b/var/lib/lunar/compilers/ld
@@ -1,5 +1,5 @@
 #!/bin/bash
-
+ 
 if [ -n "$LUNAR_DEBUG" ] ; then
   echo "++ ${LD_PATH:-/usr/bin}/ld \"$@\"" >&2
 fi


More information about the Lunar-commits mailing list