Skip to content

Commit

Permalink
Include new user friendly interfaces into pdc client package
Browse files Browse the repository at this point in the history
JIRA: PDC-1055
  • Loading branch information
erichuanggit committed Oct 10, 2015
1 parent 2fdca80 commit 924d3da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pdc_client/pdc-client.spec
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ mkdir -p %{buildroot}%{_defaultdocdir}/pdc_client

# Install PDC client command line interface
install -m 0644 -D -p bin/pdc_client %{buildroot}%{_bindir}/pdc_client
install -m 0644 -D -p bin/pdc %{buildroot}%{_bindir}/pdc

install -m 0644 -D -p docs/pdc_client.1 %{buildroot}%{_mandir}/man1/pdc_client.1
gzip %{buildroot}%{_mandir}/man1/pdc_client.1
Expand All @@ -43,6 +44,7 @@ gzip %{buildroot}%{_mandir}/man1/pdc_client.1
%files
%{python_sitelib}/pdc_client
%attr(755, root, root) %{_bindir}/pdc_client
%attr(755, root, root) %{_bindir}/pdc
%{_mandir}/man1/pdc_client.1.gz


Expand Down

0 comments on commit 924d3da

Please sign in to comment.