mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
correctly make the execution of AGSatellite conditional to -createdironly, does not require a PORTREVISION bump
This commit is contained in:
parent
541795bcd6
commit
3c909464fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47526
@ -19,8 +19,10 @@ then
|
||||
fi
|
||||
|
||||
echo " ${*} " | grep " \-createdironly " ||
|
||||
{
|
||||
cd ${HOME}/.agsatellite &&
|
||||
echo Running Audio Galaxy Satellite under ${HOME}/.agsatellite &&
|
||||
echo Create both account.txt and shares.txt files under ${HOME}/.agsatellite &&
|
||||
exec ./${PROGRAM##*/} ${*} ||
|
||||
echo PROBLEM. Cannot create directory ${HOME}/.agsatellite, make sure you have the proper permissions to create itnd try again
|
||||
}
|
||||
|
@ -19,8 +19,10 @@ then
|
||||
fi
|
||||
|
||||
echo " ${*} " | grep " \-createdironly " ||
|
||||
{
|
||||
cd ${HOME}/.agsatellite &&
|
||||
echo Running Audio Galaxy Satellite under ${HOME}/.agsatellite &&
|
||||
echo Create both account.txt and shares.txt files under ${HOME}/.agsatellite &&
|
||||
exec ./${PROGRAM##*/} ${*} ||
|
||||
echo PROBLEM. Cannot create directory ${HOME}/.agsatellite, make sure you have the proper permissions to create itnd try again
|
||||
}
|
||||
|
@ -19,8 +19,10 @@ then
|
||||
fi
|
||||
|
||||
echo " ${*} " | grep " \-createdironly " ||
|
||||
{
|
||||
cd ${HOME}/.agsatellite &&
|
||||
echo Running Audio Galaxy Satellite under ${HOME}/.agsatellite &&
|
||||
echo Create both account.txt and shares.txt files under ${HOME}/.agsatellite &&
|
||||
exec ./${PROGRAM##*/} ${*} ||
|
||||
echo PROBLEM. Cannot create directory ${HOME}/.agsatellite, make sure you have the proper permissions to create itnd try again
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user