]> git.pld-linux.org Git - packages/scummvm.git/commitdiff
- fix what adapter broke auto/ti/scummvm-1_4_1-1
authorlisu <lisu@pld-linux.org>
Fri, 24 Feb 2012 13:51:23 +0000 (13:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    scummvm.spec -> 1.64

scummvm.spec

index e702e177467500e2df92cb5d6b2b730d2c0a77dc..6e978ba8de59978c23292fc92402758c295937e1 100644 (file)
@@ -562,7 +562,7 @@ cd ..
 
 %build
 ./configure \
---prefix=%{_prefix} \
+       --prefix=%{_prefix} \
        --disable-debug \
        --enable-all-engines \
        --enable-plugins \
@@ -575,7 +575,7 @@ cd ..
 
 cd scummvm-tools-%{version_tools}
 ./configure \
---prefix=%{_prefix} \
+       --prefix=%{_prefix} \
        --disable-debug
 
 %{__make} \
This page took 0.099758 seconds and 4 git commands to generate.