]> git.pld-linux.org Git - packages/bbsload.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:
    bbsload.spec -> 1.13

bbsload.spec

index 6f0d651ff0c615c894d90fd6158f2ee749b6b52b..ef96914000adb6806ba5be1a7e028b070dc7b848 100644 (file)
@@ -14,7 +14,6 @@ BuildRequires:        autoconf
 BuildRequires: automake
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-
 %description
 bbsload monitors system, and memory load.
 It is highly integrated with blackbox window manager (can use it's theme
@@ -40,7 +39,8 @@ rm -f missing
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} DESTDIR=$RPM_BUILD_ROOT install
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.136072 seconds and 4 git commands to generate.