]> git.pld-linux.org Git - packages/cdrdao.git/commitdiff
- fix pccts include location
authorArtur Frysiak <artur@frysiak.net>
Thu, 16 Jan 2003 16:33:20 +0000 (16:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cdrdao.spec -> 1.26

cdrdao.spec

index af36c08a2ce190c15f4d1ad0e526843b811e2066..6b3b5aa80248d026d4306c1d5200a9d125b0c8ab 100644 (file)
@@ -80,7 +80,7 @@ cp -f /usr/share/automake/config.* .
 # false gtkmm-config path can be used to disable building of GNOME frontend
 %configure \
        --with-pcctsbin=%{_bindir} \
-       --with-pcctsinc=%{_includedir}/pccts \
+       --with-pcctsinc=/usr/lib/pccts/h \
        %{?_without_gnome:--with-gtkmm-exec-prefix=/}
 
 %{__make}
This page took 0.10782 seconds and 4 git commands to generate.