]> gitweb @ CieloNegro.org - Rakka.git/commitdiff
rc scripts has to have +x flag
authorPHO <pho@cielonegro.org>
Thu, 18 Feb 2010 02:45:02 +0000 (11:45 +0900)
committerPHO <pho@cielonegro.org>
Thu, 18 Feb 2010 02:45:02 +0000 (11:45 +0900)
configure.ac

index 50604f870d7c3bf37bf4b9ea6f46a1f44d552a72..4f72c76916b87cbd85565e28a2194f0513eab946 100644 (file)
@@ -20,9 +20,7 @@ RAKKA_BINDIR=`eval echo "$bindir"`
 AC_SUBST([RAKKA_BINDIR])
 
 
-AC_CONFIG_FILES([
-        Rakka.buildinfo
-        rc.d/NetBSD/rakka
-])
+AC_CONFIG_FILES([Rakka.buildinfo])
+AC_CONFIG_FILES([rc.d/NetBSD/rakka], [chmod +x rc.d/NetBSD/rakka])
 AC_OUTPUT