From 620804bebfafcf5c557f4a5d5783f40680648cf2 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Sat, 8 Dec 2007 09:04:05 +0000 Subject: [PATCH] pycurl & psycopg2 were made but not installed on fc4 --- PLCAPI.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PLCAPI.spec b/PLCAPI.spec index 7f46bf3..371db93 100644 --- a/PLCAPI.spec +++ b/PLCAPI.spec @@ -72,7 +72,7 @@ rm -f doc/PLCAPI.html %install rm -rf $RPM_BUILD_ROOT -%{__make} %{?_smp_mflags} install DESTDIR="$RPM_BUILD_ROOT" datadir="%{_datadir}" bindir="%{_bindir}" +%{__make} %{?_smp_mflags} install DESTDIR="$RPM_BUILD_ROOT" datadir="%{_datadir}" bindir="%{_bindir}" modules="$modules" #someone out there skips doc installation - we DO want this installed for doc in PLCAPI.html PLCAPI.pdf ; do install -D -m 644 doc/$doc $RPM_BUILD_ROOT/"%{_datadir}"/plc_api/doc/$doc -- 2.43.0