3 Jun
2010
3 Jun
'10
11:07 p.m.
On 04/06/10 01:32, Cedric Staniewski wrote:
Move the absolute filename detection to a new function to reduce code duplication.
This patch also fixes the --allsource option that did not include remote source files if they reside in $startdir instead of $SRCDEST.
Signed-off-by: Cedric Staniewski<cedric@gmx.ca> --- scripts/makepkg.sh.in | 93 +++++++++++++++++++++++------------------------- 1 files changed, 45 insertions(+), 48 deletions(-)
Great! Tested building and making source packages with the source in $startdir and $SRCDEST and can not spot any issues. Pushed to my working branch. Allan