]> git.pld-linux.org Git - packages/crafty.git/commitdiff
- fixed %%prep, now fails on build.
authorAdam Gołębiowski <adamg@pld-linux.org>
Fri, 12 Dec 2003 18:30:52 +0000 (18:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crafty.spec -> 1.6

crafty.spec

index 00ae960698550e64a94e849043d377387b16a960..d6e180609434e2a88405f253f91c5e6e4337c53e 100644 (file)
@@ -28,13 +28,16 @@ beats GNU Chess on the same hardware.
 
 %prep
 %setup -q -c -T -a 0
-%patch -p1
-cp ${SOURCE2} README
-cp ${SOURCE1} .
-cp ${SOURCE4} ${SOURCE5} .
-cp ${SOURCE3} . ; gzip -d start.pgn.gz
+%patch -p0
+cd %{name}-%{version}
+cp %{SOURCE2} README
+cp %{SOURCE1} .
+cp %{SOURCE4} %{SOURCE5} .
+cp %{SOURCE3} . 
+gzip -d start.pgn.gz
 
 %build
+cd %{name}-%{version}
 %{__make} linux-elf
 mkdir -p %{_prefix}/lib/games/crafty
 touch %{_prefix}/lib/games/crafty/book.lrn %{_prefix}/lib/games/crafty/position.{bin,lrn}
This page took 0.028946 seconds and 4 git commands to generate.