git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0d77d4
)
Finalize myproxy yaim:
author
František Dvořák
<valtri@civ.zcu.cz>
Wed, 22 Dec 2010 12:08:10 +0000
(12:08 +0000)
committer
František Dvořák
<valtri@civ.zcu.cz>
Wed, 22 Dec 2010 12:08:10 +0000
(12:08 +0000)
- fixed build
- fixed status reporting for BDII
(lightweight status check for non-root user)
- install example file for myproxy yaim parameters
org.glite.lb/configure
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb/configure
b/org.glite.lb/configure
index
6065cee
..
009f1ba
100755
(executable)
--- a/
org.glite.lb/configure
+++ b/
org.glite.lb/configure
@@
-876,6
+876,7
@@
sub mode_etics {
}
elsif ($subsys eq 'px') {
if ($module eq 'myproxy-config') {
+ $cmd{configure} = "cd $confdir && /usr/bin/perl \${moduleName}/configure --prefix=\${prefix} --stage=\${stageDir} --libdir=\${libdir} --module $subsys.$module @copts";
$cmd{packaging} = "make rpm package=".$confprefix."$subsys-myproxy-config";
}
}