Handle rigged source packages when determining port name.
* I'm not sure this makes much of a difference, but I thought it's better to play it safe.
This commit is contained in:
@@ -304,6 +304,9 @@ actions BootstrapRepositoryFetchPackage1
|
||||
*_devel|*_doc|*_source|*_debuginfo)
|
||||
portName=`echo $portName | sed 's@_[^_]*$@@'`
|
||||
;;
|
||||
*_source_rigged)
|
||||
portName=`echo $portName | sed 's@_source_rigged$@@'`
|
||||
;;
|
||||
esac
|
||||
|
||||
cd $(HAIKU_REPOSITORY_BUILD_DIRECTORY)
|
||||
|
||||
Reference in New Issue
Block a user