Changeset 87
- Timestamp:
- 09/29/06 17:34:17 (2 years ago)
- Location:
- trunk
- Files:
-
- 5 modified
-
Makefile (modified) (1 diff)
-
Makefile_i386 (modified) (1 diff)
-
howto (modified) (2 diffs)
-
openssh-pack/Info.plist (modified) (1 diff)
-
openssl-pack/Info.plist (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r86 r87 221 221 make && \ 222 222 make install-nokeys prefix=$(BUILDHOME)/compiled-openssh/Library/OpenSC 223 mv $(BUILDHOME)/compiled-openssh/Library/OpenSC/share/man $(BUILDHOME)/compiled-openssh/Library/OpenSC/man 223 224 rm -f $(BUILDHOME)/compiled-openssh/Library/OpenSC/bin/scp 224 225 rm -f $(BUILDHOME)/compiled-openssh/Library/OpenSC/bin/sftp -
trunk/Makefile_i386
r86 r87 160 160 make && \ 161 161 make install-nokeys prefix=$(BUILDHOME)/compiled-openssh-i386/Library/OpenSC 162 mv $(BUILDHOME)/compiled-openssh-i386/Library/OpenSC/share/man $(BUILDHOME)/compiled-openssh-i386/Library/OpenSC/man 162 163 rm -f $(BUILDHOME)/compiled-openssh-i386/Library/OpenSC/bin/scp 163 164 rm -f $(BUILDHOME)/compiled-openssh-i386/Library/OpenSC/bin/sftp -
trunk/howto
r81 r87 34 34 sudo make install 35 35 make package 36 make dist 36 37 37 38 The resulting file sca-X.X.dmg can be distributed. … … 62 63 sudo make install 63 64 make package 65 make dist 64 66 65 67 The resulting file sca-X.X.dmg can be distributed. -
trunk/openssh-pack/Info.plist
r50 r87 4 4 <dict> 5 5 <key>CFBundleGetInfoString</key> 6 <string>4. 3p2, OpenSC Project</string>6 <string>4.4p1, OpenSC Project</string> 7 7 <key>CFBundleIdentifier</key> 8 8 <string>org.opensc.openssh</string> 9 9 <key>CFBundleShortVersionString</key> 10 <string>4. 3.2</string>10 <string>4.4.1</string> 11 11 <key>IFPkgFlagAllowBackRev</key> 12 12 <true/> -
trunk/openssl-pack/Info.plist
r68 r87 4 4 <dict> 5 5 <key>CFBundleGetInfoString</key> 6 <string>0.9.8 b, OpenSC Project</string>6 <string>0.9.8d, OpenSC Project</string> 7 7 <key>CFBundleIdentifier</key> 8 8 <string>org.opensc.openssl</string>
