Patch by Matt Madia:
Ignore "NetFS" OptionalPackage in the installoptionalpackage script. It is a source code only optional package which needs to be compiled from within the tree. Thanks a lot! Fixes #5297. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35184 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -30,7 +30,7 @@ declare -a availablePackages
|
||||
# Some Packages cannot be installed,
|
||||
# as they require either the source code or compiled binaries
|
||||
declare -a packageIgnoreList=( 'Bluetooth' 'Development' 'DevelopmentMin' \
|
||||
'DevelopmentBase' 'P7zip' 'UserlandFS' 'Welcome')
|
||||
'DevelopmentBase' 'NetFS' 'P7zip' 'UserlandFS' 'Welcome')
|
||||
|
||||
|
||||
function CreateInstallerScript()
|
||||
|
||||
Reference in New Issue
Block a user