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
3c8d4cfe
Commit
3c8d4cfe
authored
Jul 26, 2012
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpmbph: enable libtoolize for ROSA too
parent
8f96f262
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
+3
-6
rpmbph
bin/rpmbph
+1
-1
rpmpkg
share/eterbuild/functions/rpmpkg
+2
-5
No files found.
bin/rpmbph
View file @
3c8d4cfe
...
@@ -63,7 +63,7 @@ fi
...
@@ -63,7 +63,7 @@ fi
# FIXME 05.05.2012: it is needed now?
# FIXME 05.05.2012: it is needed now?
if
[
"
$PKGVENDOR
"
=
"mdv"
]
||
[
"
$PKGVENDOR
"
=
"pclinux"
]
;
then
if
[
"
$PKGVENDOR
"
=
"mdv"
]
||
[
"
$PKGVENDOR
"
=
"pclinux"
]
||
[
"
$PKGVENDOR
"
=
"rosa"
]
;
then
# due new libtool, affected on Mandriva 2009.0
# due new libtool, affected on Mandriva 2009.0
test
-z
"
$VERBOSE
"
||
echo
"Disable libtoolize"
test
-z
"
$VERBOSE
"
||
echo
"Disable libtoolize"
# FIXME
# FIXME
...
...
share/eterbuild/functions/rpmpkg
View file @
3c8d4cfe
...
@@ -39,13 +39,10 @@ get_install_package_command()
...
@@ -39,13 +39,10 @@ get_install_package_command()
"LinuxXP"
|
"Fedora"
|
"ASPLinux"
|
"CentOS"
|
"RHEL"
|
"Scientific"
)
"LinuxXP"
|
"Fedora"
|
"ASPLinux"
|
"CentOS"
|
"RHEL"
|
"Scientific"
)
[
-n
"
$INAC
"
]
&&
CMD
=
"yum install"
||
CMD
=
"yum -y install"
[
-n
"
$INAC
"
]
&&
CMD
=
"yum install"
||
CMD
=
"yum -y install"
;;
;;
"Mandriva"
)
Mandriva|ROSA
)
[
-n
"
$INAC
"
]
&&
CMD
=
"urpmi --no-verify-rpm"
||
CMD
=
"urpmi --auto --no-verify-rpm"
[
-n
"
$INAC
"
]
&&
CMD
=
"urpmi --no-verify-rpm"
||
CMD
=
"urpmi --auto --no-verify-rpm"
;;
;;
"ROSA"
)
SUSE|SLED|SLES
)
[
-n
"
$INAC
"
]
&&
CMD
=
"urpmi --no-verify-rpm"
||
CMD
=
"urpmi --auto --no-verify-rpm"
;;
"SUSE|SLED|SLES"
)
[
-n
"
$INAC
"
]
&&
CMD
=
"zypper --non-interactive install"
||
CMD
=
"yes | zypper --non-interactive install"
[
-n
"
$INAC
"
]
&&
CMD
=
"zypper --non-interactive install"
||
CMD
=
"yes | zypper --non-interactive install"
;;
;;
*
)
*
)
...
...
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