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
5d2ca06d
Commit
5d2ca06d
authored
May 26, 2021
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated man-db to 2.9.2
parent
b1586410
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.5.tar.xz
man-db-2.8.5.tar.xz
+0
-0
man-db-2.9.2.tar.xz
man-db-2.9.2.tar.xz
+0
-0
No files found.
Makefile
View file @
5d2ca06d
all
:
all
:
tar
xf man-db-2.
8.5
.tar.xz
tar
xf man-db-2.
9.2
.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
cd
man-db-2.
9.2
&&
./configure
--build
=
$(CLFS_TARGET)
--prefix
=
/usr
--docdir
=
/usr/share/doc/man-db-2.9.2
--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
$(MAKE)
-C
man-db-2.
9.2
if
[[
!
"
$(BUILD_OPTIONS)
"
=
~ no-tests
]]
;
then
\
if
[[
!
"
$(BUILD_OPTIONS)
"
=
~ no-tests
]]
;
then
\
$(MAKE)
-C
man-db-2.
8.5
check
;
\
$(MAKE)
-C
man-db-2.
9.2
check
;
\
fi
fi
$(MAKE)
-C
man-db-2.
8.5
install
$(MAKE)
-C
man-db-2.
9.2
install
cd
man-db-2.
8.5
&&
sed
-i
"s:man man:root root:g"
/usr/lib/tmpfiles.d/man-db.conf
cd
man-db-2.
9.2
&&
sed
-i
"s:man man:root root:g"
/usr/lib/tmpfiles.d/man-db.conf
rm
-rf
man-db-2.
8.5
rm
-rf
man-db-2.
9.2
man-db-2.8.5.tar.xz
deleted
100644 → 0
View file @
b1586410
File deleted
man-db-2.9.2.tar.xz
0 → 100644
View file @
5d2ca06d
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