Changeset 2326 for pbibuild/modules
- Timestamp:
- 07/13/08 12:55:48 (5 months ago)
- Location:
- pbibuild/modules/winrar3
- Files:
-
- 4 modified
-
overlay-dir/PBI.SetupScript.sh (modified) (1 diff)
-
overlay-dir/bin/winrar (modified) (1 diff)
-
overlay-dir/bin/winraropen (modified) (1 diff)
-
pbi.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pbibuild/modules/winrar3/overlay-dir/PBI.SetupScript.sh
r2217 r2326 26 26 ln -s /Programs/${PROGDIR}/winrar.desktop /home/${i}/.kde/share/apps/konqueror/servicemenus/ 27 27 done 28 ln -s /Programs/ WinRAR1.0/share/pixmaps/winrar.png /usr/local/share/icons/hicolor/32x32/mimetypes/winrar.png28 ln -s /Programs/${PROGDIR}/share/pixmaps/winrar.png /usr/local/share/icons/hicolor/32x32/mimetypes/winrar.png 29 29 echo "LAUNCHCLOSE: /usr/local/bin/winrar" -
pbibuild/modules/winrar3/overlay-dir/bin/winrar
r2222 r2326 1 1 #!/bin/sh 2 PROGDIR="WinRAR1.1. 0"2 PROGDIR="WinRAR1.1.1" 3 3 cd 4 4 export WINEPREFIX="/Programs/${PROGDIR}/WINRAR" -
pbibuild/modules/winrar3/overlay-dir/bin/winraropen
r2222 r2326 1 1 #!/bin/sh 2 winrar "`/Programs/WinRAR1.1. 0/bin/winepath -w %f`"2 winrar "`/Programs/WinRAR1.1.1/bin/winepath -w %f`" -
pbibuild/modules/winrar3/pbi.conf
r2217 r2326 33 33 # Build Key - Change this to anything else to trigger a rebuild 34 34 # - The rebuild will take place even if port is still the same ver 35 BUILDKEY="0 8"35 BUILDKEY="09" 36 36 37 37 # Don't build this PBI on certian processors (i386 / amd64)
