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

bbpager.spec

index 166548a6ab3c7110415123156d02e90a49ba49f9..c6d077f8fe5f20adbc777f03826dcb9424cf4e87 100644 (file)
@@ -14,7 +14,6 @@ BuildRequires:        autoconf
 BuildRequires: automake
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-
 %description
 bbpager is like the name suggests: a pager tool for Blackbox.
 
@@ -36,7 +35,8 @@ rm -f missing
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.064161 seconds and 4 git commands to generate.