Add Links as an optional package. Text mode only but it will help waiting for WebKit to be usable :)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23098 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -495,6 +495,16 @@ if [ IsOptionalHaikuImagePackageAdded OpenSound ] {
|
|||||||
#UnzipArchiveToHaikuImage home : data/vv.mp3.zip : 0 ;
|
#UnzipArchiveToHaikuImage home : data/vv.mp3.zip : 0 ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Links web browser
|
||||||
|
if [ IsOptionalHaikuImagePackageAdded Links ] {
|
||||||
|
InstallOptionalHaikuImagePackage Links
|
||||||
|
: http://revolf.free.fr/beos/links-beos-bin.zip
|
||||||
|
:
|
||||||
|
;
|
||||||
|
AddSymlinkToHaikuImage home config be Applications
|
||||||
|
: /boot/home/config/bin/links ;
|
||||||
|
}
|
||||||
|
|
||||||
#pragma mark - Build The Image
|
#pragma mark - Build The Image
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user