]> git.pld-linux.org Git - packages/dbui.git/blobdiff - dbui.spec
- second part of small fixes inspired by kloczek (this time better checked,
[packages/dbui.git] / 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)
 
-
 %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 -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}
This page took 0.044368 seconds and 4 git commands to generate.