]> git.pld-linux.org Git - packages/doxygen.git/commitdiff
- added "--install" to ./configure: autodetection fails, because this
authorradek <radek@pld-linux.org>
Wed, 8 Jan 2003 01:21:46 +0000 (01:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  script wants _bindir/install from fileutils, and our is from coreutils

Changed files:
    doxygen.spec -> 1.32

doxygen.spec

index 96ca2b499b5542bcd4bb1748dbf88e2f3da47d01..977b6bc55ac7b18ba2a580af40300040c6a69350 100644 (file)
@@ -101,6 +101,7 @@ export QTDIR=%{_prefix}
 ./configure \
        --prefix %{_prefix} \
        --perl %{_bindir}/perl \
+       --install %{_bindir}/install
 #      --with-doxywizard
 
 %{__make} \
This page took 0.078715 seconds and 4 git commands to generate.