]> git.pld-linux.org Git - packages/screen.git/commitdiff
- removed default _sysconfdir definition, other cosmetics
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 2 Sep 2003 15:23:45 +0000 (15:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    screen.spec -> 1.74

screen.spec

index 01c7468d45c16dbbdd3f36138c9b184fb4b49cb6..198bde247d7041ce00ceffa9bb8515a15ced0c9e 100644 (file)
@@ -34,8 +34,6 @@ BuildRequires:        texinfo
 BuildRequires: utempter-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _sysconfdir     /etc
-
 %description
 Screen is a program that allows you to have multiple logins on one
 terminal. It is useful in situations where you are telnetted into a
@@ -119,7 +117,8 @@ filenew=$(echo "$file" | sed -e 's#\.dist##g')
        cp -f $file $filenew
 done
 
-%{__make} CFLAGS="%{rpmcflags}"
+%{__make} \
+       CFLAGS="%{rpmcflags}"
 
 cd doc
 rm -f screen.info*
This page took 0.13256 seconds and 4 git commands to generate.