- Timestamp:
- Apr 25, 2009, 11:32:03 PM (16 years ago)
- Location:
- locker
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
locker/bin/scripts-gallery2
r127 r1104 1 1 #!/bin/sh 2 2 3 scriptsstar="-star" 3 4 sname="Gallery2" 4 deploy="gallery2 "5 deploy="gallery2$scriptsstar" 5 6 prompt_username=1 6 7 create_dir=1 -
locker/deploy/bin/gallery2
r476 r1104 14 14 mkpath($dir); 15 15 16 system( 'patch', 'install/steps/AuthenticateStep.class',17 '/mit/scripts/deploy/gallery2.patch');16 system("patch", "install/steps/AuthenticateStep.class", 17 "/mit/scripts/deploy$scriptsdev/gallery2.patch"); 18 18 19 19 $ua->cookie_jar({file => '.cookies'});
Note: See TracChangeset
for help on using the changeset viewer.