]> git.pld-linux.org Git - packages/WindowMaker.git/commitdiff
/usr/bin/cpp instead of /lib/cpp
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 4 Jan 2001 04:23:35 +0000 (04:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    WindowMaker.spec -> 1.67

WindowMaker.spec

index bea7238a1cb342c2765b62b722b2896f2f765bc8..6438897e0be89acb2547cbcc7fc741d1d4021606 100644 (file)
@@ -39,7 +39,7 @@ BuildRequires:        libjpeg-devel >= 6b
 BuildRequires: libtiff-devel
 BuildRequires: libungif-devel
 Requires:      wmconfig >= 0.9.9-5
-Requires:      /lib/cpp
+Requires:      /usr/bin/cpp
 Requires:      %{name}-libs = %{version}
 Requires:      tk
 Requires:      xinitrc >= 3.0
@@ -166,7 +166,7 @@ autoconf
 automake
 LINGUAS="cs de el es fi fr gl hr it ja ko nl no pl pt ro ru  \
         se sk tr zh_CN zh_TW.Big5" ; export LINGUAS
-CPP_PATH="/lib/cpp" ; export CPP_PATH
+CPP_PATH="/usr/bin/cpp" ; export CPP_PATH
 
 %configure \
        --with-nlsdir=%{_datadir}/locale \
This page took 0.065426 seconds and 4 git commands to generate.