Skip to content

Commit

Permalink
add mod_cluster version information to /usr/share/mod_cluster/VERSION…
Browse files Browse the repository at this point in the history
… file
  • Loading branch information
goldmann committed Aug 18, 2009
1 parent f78856d commit 34612fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions specs/mod_cluster.spec
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ popd
install -d -m 755 $RPM_BUILD_ROOT/etc/httpd/conf.d
cp %{SOURCE2} $RPM_BUILD_ROOT/etc/httpd/conf.d/

install -d -m 755 $RPM_BUILD_ROOT/usr/share/%{name}
echo "%{version}" > $RPM_BUILD_ROOT/usr/share/%{name}/VERSION

%clean
rm -Rf $RPM_BUILD_ROOT

Expand Down

0 comments on commit 34612fb

Please sign in to comment.