Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etersoft-build-utils
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
korinf
etersoft-build-utils
Commits
c90c2ee1
Commit
c90c2ee1
authored
Apr 02, 2010
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
install dbus-tools-gui if package(s) requires dbus
parent
3956c320
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
loginhsh
bin/loginhsh
+8
-2
No files found.
bin/loginhsh
View file @
c90c2ee1
...
...
@@ -102,8 +102,14 @@ check_locking
echog
"Prepare hasher in
$HASHERDIR
..."
# there is package names in LISTRPMARGS
UTILPKG
=
"mc"
# FIXME: gnome program needs dbus-tools-gui
if
[
-n
"
$TESTMODE
"
]
;
then
# GNOME program needs dbus-tools-gui
if
rpm
--requires
-p
$LISTNAMES
2>/dev/null |
grep
-q
dbus
;
then
echo
"dbus using detecteed, add dbus-tools-gui"
UTILPKG
=
"
$UTILPKG
dbus-tools-gui"
fi
if
[
-n
"
$TESTMODE$AUTOMODE
"
]
;
then
UTILPKG
=
"
$UTILPKG
XFree86-xauth fonts-ttf-liberation"
else
UTILPKG
=
"
$UTILPKG
etersoft-build-utils"
...
...
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