Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[build] Make it build with mb2
The current version of mb2 doesn't seem to be able to replace
%{name} with obexd in this situation, so we do it ourselves
  • Loading branch information
faenil committed Oct 4, 2014
1 parent a5e3834 commit 6dce90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/obexd.spec
Expand Up @@ -51,7 +51,7 @@ Requires: %{name} = %{version}-%{release}
Development files for %{name}.

%prep
%setup -q -n %{name}-%{version}/%{name}
%setup -q -n %{name}-%{version}/obexd

# FTP-fix-directory-creation-failure.patch
%patch0 -p1
Expand Down

0 comments on commit 6dce90c

Please sign in to comment.