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

bbmail.spec

index ca7af9762bdc216f090a3574dae7bc2fea21ec3b..a70efe78b745814073e79109fbec1466ef3cfd4a 100644 (file)
@@ -15,7 +15,6 @@ BuildRequires:        autoconf
 BuildRequires: automake
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-
 %description
 bbmail is a tool which notifies you about arriving mail. It works
 great with blackbox window manager, because it use it's theme, but it
@@ -44,7 +43,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.290796 seconds and 4 git commands to generate.