summaryrefslogtreecommitdiff
path: root/amiga/dist
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-05-04 16:00:06 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-05-04 16:00:06 +0000
commit0ac64cfce6309f3a8f85ade654cde150aad2a657 (patch)
tree3fe102e93c7bd2df17e698a383d7d72bb3b002a5 /amiga/dist
parent1f9ae3b62e4620ba48272be006fa4bf27f444c79 (diff)
downloadnetsurf-0ac64cfce6309f3a8f85ade654cde150aad2a657.tar.gz
netsurf-0ac64cfce6309f3a8f85ade654cde150aad2a657.tar.bz2
Minor corrections
svn path=/trunk/netsurf/; revision=7391
Diffstat (limited to 'amiga/dist')
-rwxr-xr-xamiga/dist/Install6
1 files changed, 4 insertions, 2 deletions
diff --git a/amiga/dist/Install b/amiga/dist/Install
index 5d0d64005..112e73703 100755
--- a/amiga/dist/Install
+++ b/amiga/dist/Install
@@ -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))
)
)
)