Skip to content

Commit

Permalink
use rake to install isntead of autotools
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jun 6, 2014
1 parent e06c681 commit 910fea6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package/yast2-registration.spec
Expand Up @@ -62,10 +62,13 @@ Authors:
%setup -n %{name}-%{version}

%build
%yast_build

%check
rake test:unit

%install
%yast_install
rake install DESTDIR="%{buildroot}"
%suse_update_desktop_file customer-center


%files
Expand Down

0 comments on commit 910fea6

Please sign in to comment.