Changeset 2623
- Timestamp:
- 08/20/08 09:16:03 (3 months ago)
- Location:
- pbibuild/modules/gftp
- Files:
-
- 2 modified
-
overlay-dir/PBI.SetupScript.sh (modified) (1 diff)
-
pbi.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pbibuild/modules/gftp/overlay-dir/PBI.SetupScript.sh
r1457 r2623 20 20 ln -s /Programs/${PROGDIR}/man/man1/gftp.1.gz /usr/local/man/man1/gftp.1.gz 21 21 ln -s /Programs/${PROGDIR}/share/gftp /usr/local/share/gftp 22 sed 's:prefix=/usr/local:prefix=/Programs/gFTP2.0.18:g'/Programs/${PROGDIR}/bin/gftp > tempfile && mv -- tempfile /Programs/${PROGDIR}/bin/gftp22 sed "s:prefix=/usr/local:prefix=/Programs/${PROGDIR}:g" /Programs/${PROGDIR}/bin/gftp > tempfile && mv -- tempfile /Programs/${PROGDIR}/bin/gftp 23 23 # Copy over all the LANG files 24 24 LANGFILE="gftp.mo" -
pbibuild/modules/gftp/pbi.conf
r2598 r2623 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="1 3"35 BUILDKEY="12" 36 36 37 37 export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
