Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

Commit

Permalink
actually build now
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Maul committed Apr 29, 2011
1 parent a3aec6c commit d80acb4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions redhat/etherpad.spec
Expand Up @@ -26,6 +26,15 @@ exit 0
%setup

%build
cd $RPM_BUILD_DIR/%{name}-%{version}
source redhat/etherpad.sysconfig
cd infrastructure/ace
bin/make normal etherpad
cd ..
rm bin/exports.sh
cp redhat/etherpad.sysconfig bin/exports.sh
bin/build.sh


%install
rm -rf $RPM_BUILD_ROOT
Expand Down

0 comments on commit d80acb4

Please sign in to comment.