Minor corrections

svn path=/trunk/netsurf/; revision=7391
This commit is contained in:
Chris Young 2009-05-04 16:00:06 +00:00
parent 1f9ae3b62e
commit 0ac64cfce6

6
amiga/dist/Install vendored
View File

@ -14,7 +14,9 @@
)
(procedure p_failedsobjs
(message "The following shared objects failed to copy. These will be updated on next reboot.\n\n" #failedsobjs)
(if #failedsobjs
(message "The following shared objects failed to copy. These will be updated on next reboot.\n\n" #failedsobjs)
)
)
(procedure p_schedulesobj #sobj
@ -58,7 +60,7 @@
(
(set #sobj-oldversion (getversion (tackon "SObjs:" #sobj)))
(if (= #sobj-version #sobj-oldversion) (set #same 1))
(if (<= #sobj-version #sobj-oldversion) (set #same 1))
)
)
)