diff options
author | kumpf <kumpf> | 2007-02-27 19:40:54 +0000 |
---|---|---|
committer | kumpf <kumpf> | 2007-02-27 19:40:54 +0000 |
commit | 038cf063c6a59f22e0deb898ea88350bf650c20a (patch) | |
tree | 4c18335a8879820770ab6b01c05c8ca686f004e8 /Makefile.Release | |
parent | 434fa49beeb5cd32d85c1fb9edb6f22adebcc6f2 (diff) | |
download | tog-pegasus-038cf063c6a59f22e0deb898ea88350bf650c20a.zip tog-pegasus-038cf063c6a59f22e0deb898ea88350bf650c20a.tar.gz tog-pegasus-038cf063c6a59f22e0deb898ea88350bf650c20a.tar.xz |
BUG#: 6158
TITLE: Include cimsub in Linux rpm package
DESCRIPTION: Add the cimsub command and man page to the runtime RPM.
Diffstat (limited to 'Makefile.Release')
-rw-r--r-- | Makefile.Release | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.Release b/Makefile.Release index a9868e3..b58bf07 100644 --- a/Makefile.Release +++ b/Makefile.Release @@ -177,6 +177,7 @@ PEGASUS_USER_CMDS = \ cimmof \ cimmofl \ cimprovider \ + cimsub \ osinfo \ wbemexec @@ -203,6 +204,7 @@ PEGASUS_REPOSITORY_DIRS = \ PEGASUS_UNIX_MAN_USER_PAGES = \ cimmof.1 \ cimprovider.1 \ + cimsub.1 \ osinfo.1 \ wbemexec.1 |