]> git.pld-linux.org Git - packages/audiofile.git/commitdiff
s/%{_target}/%{_target_platform}/
authorArtur Frysiak <artur@frysiak.net>
Tue, 1 Jun 1999 17:46:13 +0000 (17:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    audiofile.spec -> 1.14

audiofile.spec

index 0bbf6d6b738e47324056e2473387c930bb8b17ed..b70caf519331c19d5c2362a19ed9c71d146d3b99 100644 (file)
@@ -62,8 +62,13 @@ Biblioteki statyczne libaudiofile.
 %build
 autoconf
 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
-./configure %{_target} \
+<<<<<<< audiofile.spec
+./configure %{_target_platform} \
+       --prefix=/usr
+=======
+./configure %{_target_platform} \
        --prefix=%{_prefix}
+>>>>>>> 1.13
 make
 
 %install
This page took 0.099689 seconds and 4 git commands to generate.