Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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
videolan
vlc
Commits
29e58960
Commit
29e58960
authored
Nov 29, 2007
by
Jean-Paul Saman
Committed by
Jean-Paul Saman
Mar 05, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add /bin/rpm to rpm detection system.
parent
5728e3e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
extras/contrib/bootstrap
extras/contrib/bootstrap
+5
-1
No files found.
extras/contrib/bootstrap
View file @
29e58960
...
...
@@ -216,12 +216,16 @@ if test -x /usr/bin/rpmbuild; then
RPMBUILD
=
"/usr/bin/rpmbuild"
elif
test
-x
/usr/sbin/rpmbuild
;
then
RPMBUILD
=
"/usr/sbin/rpmbuild"
elif
test
-x
/bin/rpmbuild
;
then
RPMBUILD
=
"/bin/rpmbuild"
elif
test
-x
/usr/bin/rpm
;
then
RPMBUILD
=
"/usr/bin/rpm"
elif
test
-x
/usr/sbin/rpm
;
then
RPMBUILD
=
"/usr/sbin/rpm"
elif
test
-x
/bin/rpm
;
then
RPMBUILD
=
"/bin/rpm"
fi
if
test
!
-z
"
$RPMBUILD
"
;
then
if
!
test
-z
"
$RPMBUILD
"
;
then
echo
"RPMBUILD =
$RPMBUILD
"
>>
config.mak
DOMAINNAME
=
`
dnsdomainname
`
if
test
-z
"
$DOMAINNAME
"
;
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