Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
Use setup macros
Browse files Browse the repository at this point in the history
  • Loading branch information
viglesiasce committed Mar 12, 2014
1 parent 29d616f commit def1084
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eucaconsole.spec
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ TODO

%prep
%setup -q -n eucaconsole-%{version}
cp -p %SOURCE1 eucaconsole-%{version}
cp -p %SOURCE2 eucaconsole-%{version}
%setup -T -D -a 1
%setup -T -D -a 2

%build
python2 setup.py build
Expand Down

0 comments on commit def1084

Please sign in to comment.