Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
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
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Adélie Linux
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