]> git.pld-linux.org Git - packages/screen.git/blobdiff - screen.spec
- removed default _sysconfdir definition, other cosmetics
[packages/screen.git] / 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.065595 seconds and 4 git commands to generate.