rpms/ghdl/devel ghdl.spec,1.56,1.57

sailer sailer at fedoraproject.org
Wed Dec 2 11:18:49 UTC 2009


Author: sailer

Update of /cvs/extras/rpms/ghdl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1079

Modified Files:
	ghdl.spec 
Log Message:
fix macro naming



Index: ghdl.spec
===================================================================
RCS file: /cvs/extras/rpms/ghdl/devel/ghdl.spec,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -p -r1.56 -r1.57
--- ghdl.spec	2 Dec 2009 09:41:43 -0000	1.56
+++ ghdl.spec	2 Dec 2009 11:18:48 -0000	1.57
@@ -284,9 +284,9 @@ popd
 
 # Symlink v08 libraries for now
 P64=%{buildroot}/%{_libdir}/gcc/%{gcc_target_platform}/%{gccver}/vhdl/lib/
-%{__ln} -s v93 ${P64}v08
+%{__ln_s} v93 ${P64}v08
 %ifarch x86_64
-%{__ln} -s v93 ${P32}v08
+%{__ln_s} v93 ${P32}v08
 %endif
 
 %clean




More information about the fedora-extras-commits mailing list