]> git.pld-linux.org Git - packages/php.git/commitdiff
- more fixs for unpacking correctly manual. php-4_0_6-9
authorkloczek <kloczek@pld-linux.org>
Thu, 15 Nov 2001 04:29:28 +0000 (04:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.110

php.spec

index 02d7470bd82f0e7253e264c286008be57682dc39..9cd99a7eff2876512dc403098aee5998b5102e21 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -815,9 +815,8 @@ Modu
 %patch12 -p1
 %patch13 -p1
 
-mkdir manual
-bzip2 -dc %{SOURCE4} | tar -- xf -C manual
-ln -s manual.html manual/index.html
+install -d manual
+bzip2 -dc %{SOURCE4} | tar -xf - -C manual
 
 %build
 CFLAGS="%{rpmcflags} -DEAPI -I/usr/X11R6/include"; export CFLAGS
This page took 0.047811 seconds and 4 git commands to generate.