diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2009-11-11 22:15:33 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2009-11-11 22:15:33 +0000 |
commit | 0b7e0eed49ea9c661b1a97449f59da313e7f08da (patch) | |
tree | f0feac88db8d0392cd87bdb1df57cc33d619048b /packages | |
parent | 9b7e45e87402d755a1cc4ffbf0219747be6f5af7 (diff) |
Made the path to the binaries absolute
Diffstat (limited to 'packages')
-rw-r--r-- | packages/Symbian/group/curl.pkg | 8 | ||||
-rw-r--r-- | packages/Symbian/group/libcurl.pkg | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/packages/Symbian/group/curl.pkg b/packages/Symbian/group/curl.pkg index 3454496ea..c6456b2e1 100644 --- a/packages/Symbian/group/curl.pkg +++ b/packages/Symbian/group/curl.pkg @@ -6,9 +6,9 @@ ;Header - standard sis file header including version number ;Version scheme: curl's major, curl's minor, curl's subminor*100 + build number -; e.g. The third Symbian package of curl ver. 7.18.2 would have a SIS package -; version of 7, 18, 203 -#{"curl"}, (0xF0206442), 7, 18, <please_update_version>, TYPE=SA +; e.g. The third Symbian package of curl ver. 7.19.7 would have a SIS package +; version of 7, 19, 703 +#{"curl"}, (0xF0206442), 7, 19, <please_update_version>, TYPE=SA ; Vendor name %{"Standard libcurl package"} @@ -23,4 +23,4 @@ ;(0x20009AA2), *, *, *, {"Symbian OS STDIOSERVER"} ;Files - standard file specifications -"epoc32\release\armv5\urel\curl.exe" - "$:\sys\bin\curl.exe" +"\epoc32\release\armv5\urel\curl.exe" - "$:\sys\bin\curl.exe" diff --git a/packages/Symbian/group/libcurl.pkg b/packages/Symbian/group/libcurl.pkg index ab01ba1f1..6f167441c 100644 --- a/packages/Symbian/group/libcurl.pkg +++ b/packages/Symbian/group/libcurl.pkg @@ -6,9 +6,9 @@ ;Header - standard sis file header including version number ;Version scheme: curl's major, curl's minor, curl's subminor*100 + build number -; e.g. The third Symbian package of curl ver. 7.18.2 would have a SIS package -; version of 7, 18, 203 -#{"libcurl"}, (0xF0206D00), 7, 18, <please_update_version>, TYPE=SA +; e.g. The third Symbian package of curl ver. 7.19.7 would have a SIS package +; version of 7, 19, 703 +#{"libcurl"}, (0xF0206D00), 7, 19, <please_update_version>, TYPE=SA ; Vendor name %{"Standard curl package"} @@ -19,4 +19,4 @@ ;(0x20009A81), *, *, *, {"P.I.P.S. for UIQ 3"} ;Files - standard file specifications -"epoc32\release\armv5\urel\libcurl.dll" - "$:\sys\bin\libcurl.dll" +"\epoc32\release\armv5\urel\libcurl.dll" - "$:\sys\bin\libcurl.dll" |