fix which manpages are where, add dotnet manpage to host package and rest to sdk package
This commit is contained in:
parent
d709300f6f
commit
ab14fb1437
8 changed files with 4 additions and 1 deletions
|
@ -170,7 +170,7 @@ copy_files_to_debian_layout(){
|
|||
cp "$PACKAGING_ROOT/dotnet-debian_config.json" "$PACKAGE_LAYOUT_DIR/debian_config.json"
|
||||
|
||||
# Copy Manpages
|
||||
cp -a "$MANPAGE_DIR/." "$PACKAGE_LAYOUT_DIR/docs"
|
||||
cp -a "$MANPAGE_DIR/sdk/." "$PACKAGE_LAYOUT_DIR/docs"
|
||||
}
|
||||
|
||||
create_debian_package(){
|
||||
|
|
|
@ -97,6 +97,9 @@ copy_files_to_debian_layout(){
|
|||
|
||||
# Copy config file
|
||||
cp "$PACKAGING_ROOT/dotnet-sharedhost-debian_config.json" "$PACKAGE_LAYOUT_DIR/debian_config.json"
|
||||
|
||||
# Copy Manpages
|
||||
cp -a "$MANPAGE_DIR/host/." "$PACKAGE_LAYOUT_DIR/docs"
|
||||
}
|
||||
|
||||
create_debian_package(){
|
||||
|
|
Loading…
Reference in a new issue