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:
Stephan Aßmus
2010-01-19 21:37:41 +00:00
parent 20ca0c5eaa
commit 908b8aa481
+1 -1
View File
@@ -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()