]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
Fix finding shell scripts procedure when building with builddir different than place...
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 31 Oct 2003 00:24:42 +0000 (00:24 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 31 Oct 2003 00:24:42 +0000 (00:24 +0000)
svn-id: @1468

configure.ac

index fc21dd930afd8bb7921ee783f862bc3022417c0a..5b3352140ae9626dbf4860ed7c37438e0bcb24ad 100644 (file)
@@ -7,7 +7,7 @@ ALL_LINGUAS="pl de"
 
 echo -n "Finding shell scripts"
 SHSCRIPTS=""
-for shfile in $(find rc.d sysconfig -type f); do
+for shfile in $(find ${srcdir}/rc.d ${srcdir}/sysconfig -type f); do
     echo -n "."
     if (LANG=C file ${shfile} | grep -q 'shell script'); then
        SHSCRIPTS="${SHSCRIPTS} ${shfile}"
This page took 0.19013 seconds and 4 git commands to generate.