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

elvis.spec

index 567e92962f5c8d9ef07ec439f3152fbfcdaebc35..121c0aecb495013880cae9216dfbb2d00f7f5ac5 100644 (file)
@@ -43,7 +43,7 @@ CC="cc $RPM_OPT_FLAGS" LDFLAGS="-static -s" \
 ./configure \
        --prefix=/usr \
        --without-x \
-       %{_target}
+       %{_target_platform}
        
 make LIBS="-lncurses"
 mv elvis elvis.static
@@ -54,7 +54,7 @@ CC="cc $RPM_OPT_FLAGS" LDFLAGS="-s" \
 ./configure \
        --prefix=/usr \
        --with-x \
-       %{_target}
+       %{_target_platform}
        
 make LIBS="-lncurses -lX11 -L/usr/X11R6/lib"
 
This page took 0.09382 seconds and 4 git commands to generate.