* I fixed the Pe package and therefor bumped the version number to trigger

redownloading the package.
* Added link "vlc" to "VLC media player" in /boot/common/bin to make it
  easier on people launching VLC from the command line.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28558 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2008-11-08 11:02:14 +00:00
parent 8b62d2f0e5
commit c2288cbef1
+3 -1
View File
@@ -389,7 +389,7 @@ if [ IsOptionalHaikuImagePackageAdded Pe ] {
} else if $(HAIKU_GCC_VERSION[1]) >= 4 && $(isHybridBuild) = 0 {
Echo "No optional package Pe available for gcc4" ;
} else {
InstallOptionalHaikuImagePackage pe-2.4.1-x86-rc2
InstallOptionalHaikuImagePackage pe-2.4.1-x86-rc3
: http://www.yellowbites.com/downloads/pe-2.4.1-x86.zip
: apps
;
@@ -469,6 +469,8 @@ if [ IsOptionalHaikuImagePackageAdded VLC ] {
;
AddSymlinkToHaikuImage home config be Applications
: "/boot/apps/vlc-0.8.6c/VLC media player" ;
AddSymlinkToHaikuImage common bin
: "/boot/apps/vlc-0.8.6c/VLC media player" : vlc ;
}
}