]> git.pld-linux.org Git - packages/NuSMV.git/commitdiff
- fixed hack
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 14 Sep 2007 14:01:37 +0000 (14:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    NuSMV.spec -> 1.8

NuSMV.spec

index 4b0a6e9378dafc76b2e292479f61c596506bb173..49b22307f7e9e8975d8a5b2b8a1533f107a58112 100644 (file)
@@ -85,16 +85,18 @@ Statyczna biblioteka NuSMV.
 %patch0 -p1
 
 %build
-cd nusmv
-
 ICFLAGS="%{rpmcflags}"
 export ICFLAGS
 
 %ifarch %{x8664}
-cp -f ../cudd-*/Makefile ../cudd-*/Makefile_32bit
-cp -f ../cudd-*/Makefile_64bit ../cudd-*/Makefile
+cd cudd-*
+cp -f Makefile Makefile_32bit
+cp -f Makefile_64bit Makefile
+cd ..
 %endif
 
+cd nusmv
+
 %{__aclocal}
 %{__autoconf}
 %{__autoheader}
This page took 0.04043 seconds and 4 git commands to generate.