]> git.pld-linux.org Git - packages/rdesktop.git/commitdiff
- removed invalid _prefix macro usage
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 19 Aug 2004 07:34:57 +0000 (07:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rdesktop.spec -> 1.29

rdesktop.spec

index e426bff89c1968a1a953c81d8b6b17e1fe5bded7..41ffa36e4834e951d67c0cc7497790cf7d9d65b9 100644 (file)
@@ -34,7 +34,7 @@ wymagane 
 
 cat >>Makeconf <<EOF
 CFLAGS+=%{rpmcflags}
-LDFLAGS+=%{rpmldflags} -L%{_prefix}/X11R6/%{_lib}
+LDFLAGS+=%{rpmldflags} -L/usr/X11R6/%{_lib}
 EOF
 
 %{__make} \
@@ -53,5 +53,5 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc doc/
 %attr(755,root,root) %{_bindir}/rdesktop
-%{_mandir}/man?/*
 %attr(755,root,root) %{_datadir}/rdesktop
+%{_mandir}/man?/*
This page took 0.159886 seconds and 4 git commands to generate.