# New Ticket Created by  Reini Urban 
# Please include the string:  [perl #74432]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=74432 >


Annyoing tabs and missing chmod +x
-- 
Reini Urban
http://phpwiki.org/  http://murbreak.at/
--- origsrc/rakudo-2010.03/build/Makefile.in	2010-03-17 13:26:16.000000000 +0200
+++ src/rakudo-2010.03/build/Makefile.in	2010-04-16 17:33:51.359375000 +0200
@@ -506,7 +506,7 @@ help:
 #
 config:
 	$(PERL) Configure.pl
-	
+
 $(PARROT):
 
 CRITIC_FILES=Configure.pl t/harness build/ tools/
@@ -531,6 +531,7 @@ release: manifest
 
 $(DYNEXT_TARGET): $(DYNPMC) $(DYNOPS)
 	$(CP) $(DYNPMC) $(DYNOPS) $(DYNEXT_DIR)
+	$(CHMOD) 755 $(DYNEXT_TARGET)
 
 # (at)cc_o_out(at) and (at)ld_out(at) below cannot be assigned to
 # makefile macros, because some make utilities drop the trailing

Reply via email to