Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
man-db
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
certo
man-db
Commits
fcd3d538
Commit
fcd3d538
authored
Sep 01, 2019
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated man-db to 2.8.5
parent
3b75a50b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
Makefile
Makefile
+7
-7
man-db-2.8.3.tar.xz
man-db-2.8.3.tar.xz
+0
-0
man-db-2.8.5.tar.xz
man-db-2.8.5.tar.xz
+0
-0
No files found.
Makefile
View file @
fcd3d538
all
:
tar
xf man-db-2.8.
3
.tar.xz
cd
man-db-2.8.
3
&&
./configure
--build
=
$(CLFS_TARGET)
--prefix
=
/usr
--docdir
=
/usr/share/doc/man-db-2.8.3
--sysconfdir
=
/etc
--disable-setuid
--enable-cache-owner
=
bin
--with-browser
=
/usr/bin/lynx
--with-vgrind
=
/usr/bin/vgrind
--with-grap
=
/usr/bin/grap
$(MAKE)
-C
man-db-2.8.
3
tar
xf man-db-2.8.
5
.tar.xz
cd
man-db-2.8.
5
&&
./configure
--build
=
$(CLFS_TARGET)
--prefix
=
/usr
--docdir
=
/usr/share/doc/man-db-2.8.5
--sysconfdir
=
/etc
--disable-setuid
--enable-cache-owner
=
bin
--with-browser
=
/usr/bin/lynx
--with-vgrind
=
/usr/bin/vgrind
--with-grap
=
/usr/bin/grap
$(MAKE)
-C
man-db-2.8.
5
if
[[
!
"
$(BUILD_OPTIONS)
"
=
~ no-tests
]]
;
then
\
$(MAKE)
-C
man-db-2.8.
3
check
;
\
$(MAKE)
-C
man-db-2.8.
5
check
;
\
fi
$(MAKE)
-C
man-db-2.8.
3
install
cd
man-db-2.8.
3
&&
sed
-i
"s:man man:root root:g"
/usr/lib/tmpfiles.d/man-db.conf
rm
-rf
man-db-2.8.
3
$(MAKE)
-C
man-db-2.8.
5
install
cd
man-db-2.8.
5
&&
sed
-i
"s:man man:root root:g"
/usr/lib/tmpfiles.d/man-db.conf
rm
-rf
man-db-2.8.
5
man-db-2.8.3.tar.xz
deleted
100644 → 0
View file @
3b75a50b
File deleted
man-db-2.8.5.tar.xz
0 → 100644
View file @
fcd3d538
File added
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