]> git.pld-linux.org Git - packages/dbui.git/commitdiff
- second part of small fixes inspired by kloczek (this time better checked,
authorPaweł Gołaszewski <blues@pld-linux.org>
Tue, 8 Jul 2003 00:05:10 +0000 (00:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  I hope...)

Changed files:
    dbui.spec -> 1.7

dbui.spec

index d71c124508b1f0fef47e39dfc13b1858d753206f..8eef516463861a121b3d0a1326f27106babf18f8 100644 (file)
--- a/dbui.spec
+++ b/dbui.spec
@@ -13,7 +13,6 @@ BuildRequires:        mysql-devel
 # BuildRequires:       postgresql-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # BuildRequires:       postgresql-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-
 %description
 It's a gtk interface to mysql/postgresql databases. You might say a
 database editor. It's still in its very early stages but you can fully
 %description
 It's a gtk interface to mysql/postgresql databases. You might say a
 database editor. It's still in its very early stages but you can fully
@@ -63,7 +62,7 @@ mv -f dbui dbui.mysql
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/%{_bindir}
+install -d $RPM_BUILD_ROOT%{_bindir}
 
 install dbui.mysql $RPM_BUILD_ROOT%{_bindir}
 # install dbui.postgresql $RPM_BUILD_ROOT%{_bindir}
 
 install dbui.mysql $RPM_BUILD_ROOT%{_bindir}
 # install dbui.postgresql $RPM_BUILD_ROOT%{_bindir}
This page took 0.053177 seconds and 4 git commands to generate.