CR feedback
This commit is contained in:
parent
b3495e3322
commit
7a79a16c8d
2 changed files with 7 additions and 7 deletions
|
@ -158,6 +158,7 @@ create_empty_debian_layout(){
|
|||
mkdir "$PACKAGE_LAYOUT_DIR/package_root"
|
||||
mkdir "$PACKAGE_LAYOUT_DIR/samples"
|
||||
mkdir "$PACKAGE_LAYOUT_DIR/docs"
|
||||
mkdir "$PACKAGE_LAYOUT_DIR/debian"
|
||||
}
|
||||
|
||||
copy_files_to_debian_layout(){
|
||||
|
@ -177,7 +178,7 @@ copy_files_to_debian_layout(){
|
|||
for manpage in "$PACKAGE_LAYOUT_DIR/docs/"*; do mv "$manpage" "${manpage}-${DOTNET_CLI_VERSION}.1"; done
|
||||
|
||||
# Copy postinstall
|
||||
cp "$PACKAGING_ROOT/postinst" "$PACKAGE_LAYOUT_DIR/$"
|
||||
cp "$PACKAGING_ROOT/postinst" "$PACKAGE_LAYOUT_DIR/debian/postinst"
|
||||
}
|
||||
|
||||
create_debian_package(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue