]> git.pld-linux.org Git - packages/console-tools.git/commitdiff
- many small fixes, inspired by kloczek
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 7 Jul 2003 04:23:52 +0000 (04:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    console-tools.spec -> 1.62

console-tools.spec

index 3116c12132f6970d8c250e4fc947435de8cc273e..df61e8bbcef972abde93ddd126f6e5e45cc4d186 100644 (file)
@@ -30,9 +30,9 @@ BuildRequires:        sgml-tools
 Requires(post,preun):  /sbin/chkconfig
 Requires:      console-data
 Requires:      localedb-src
-Obsoletes:     kbd
 Provides:      kbd
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+Obsoletes:     kbd
 
 %description
 console-tools are utilities for handling console fonts and keyboard
@@ -98,7 +98,8 @@ rm -f missing
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/etc/{sysconfig,rc.d/init.d,profile.d}
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/console
 install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/console
This page took 0.082863 seconds and 4 git commands to generate.