]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- find builder
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 28 Apr 2009 14:52:04 +0000 (14:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    compile.sh -> 1.10

compile.sh

index 8fb28c099c3a7d710297383b31d73eae69462dda..36dcbe6f58c392c265b1b4f49dbd28ac324b496f 100644 (file)
@@ -12,5 +12,6 @@
 #
 # -glen 2005-03-03
 
+dir=$(dirname "$0")
 set -x
-exec ./builder --no-md5 -ncs -nn --short-circuit -bc "$@"
+exec $dir/builder --no-md5 -ncs -nn --short-circuit -bc "$@"
This page took 0.035323 seconds and 4 git commands to generate.