Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
abuild
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
25
Issues
25
List
Boards
Labels
Service Desk
Milestones
Merge Requests
16
Merge Requests
16
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
abuild
Commits
784f75ee
Commit
784f75ee
authored
Aug 17, 2015
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
abuild: always check for uncompressed man pages
parent
cf65c9b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
abuild.in
abuild.in
+4
-4
No files found.
abuild.in
View file @
784f75ee
...
...
@@ -651,10 +651,10 @@ postcheck() {
warning
"Found /usr/share/doc but package name doesn't end with -doc"
fi
#
look
for
/
usr
/
share
/
man
if
[
-
e
"$dir"
/
usr
/
share
/
man
]
\
&&
! is_doc_pkg; then
warning
"Found /usr/share/man but package name doesn't end with -doc"
if
[
-
e
"$dir"
/
usr
/
share
/
man
]
;
then
if
! is_doc_pkg; then
warning
"Found /usr/share/man but package name doesn't end with -doc"
fi
#
check
for
uncompressed
man
pages
i
=$(
find
"$dir"
/
usr
/
share
/
man
-
name
'*.[0-9]'
-
type
f
|
sed
"s|^$dir|
\t
|"
)
if
[
-
n
"$i"
];
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment