Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
4e502866
Commit
4e502866
authored
Oct 02, 2001
by
monty@hundin.mysql.fi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Portability fix
parent
db82d30b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
Build-tools/Do-rpm
Build-tools/Do-rpm
+1
-3
No files found.
Build-tools/Do-rpm
View file @
4e502866
...
@@ -210,7 +210,7 @@ if [ $? != 0 ]; then
...
@@ -210,7 +210,7 @@ if [ $? != 0 ]; then
tail
$log
tail
$log
fi
fi
if
[
!
x
$local_build
=
x1
]
;
then
if
[
x
$local_build
!=
x1
]
;
then
# Build perl RPM (we currently need to be root to do this and that is
# Build perl RPM (we currently need to be root to do this and that is
# not possible)
# not possible)
...
@@ -228,5 +228,3 @@ if [ ! x$local_build=x1 ]; then
...
@@ -228,5 +228,3 @@ if [ ! x$local_build=x1 ]; then
#scp $owner@$bmachine:$rpmdir/SRPMS/Perl*-*.rpm $bpath/NEW-RPMS
#scp $owner@$bmachine:$rpmdir/SRPMS/Perl*-*.rpm $bpath/NEW-RPMS
fi
fi
)
>
$log
2>&1
)
>
$log
2>&1
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