adjust file permissions
This commit is contained in:
parent
4fa2348a38
commit
2cf04d37ce
3 changed files with 2 additions and 1 deletions
3
package_tool/package_tool
Normal file → Executable file
3
package_tool/package_tool
Normal file → Executable file
|
@ -88,6 +88,7 @@ package_all(){
|
|||
package_package_root_placement
|
||||
package_absolute_placement
|
||||
package_samples
|
||||
package_docs
|
||||
}
|
||||
|
||||
generate_all(){
|
||||
|
@ -170,7 +171,7 @@ generate_manpage_manifest(){
|
|||
|
||||
# Get path relative to $PACKAGE_SOURCE_DIR to prepend to each filename
|
||||
# This syntax is bash substring removal
|
||||
docs_rel_path=${DOCS_DIR#${PACKAGE_SOURCE_DIR}}
|
||||
docs_rel_path=${DOCS_DIR#${PACKAGE_SOURCE_DIR}/}
|
||||
|
||||
# Remove any existing manifest
|
||||
rm -f ${DEBIAN_DIR}/${PACKAGE_NAME}.manpages
|
||||
|
|
0
package_tool/setup/test_setup.sh
Normal file → Executable file
0
package_tool/setup/test_setup.sh
Normal file → Executable file
0
package_tool/test.sh
Normal file → Executable file
0
package_tool/test.sh
Normal file → Executable file
Loading…
Reference in a new issue