1 Jun
2006
1 Jun
'06
6:45 p.m.
Author: jw Date: 2006-06-01 20:45:25 +0200 (Thu, 01 Jun 2006) New Revision: 1469 Modified: tools/scripts/check_urls Log: check_urls: don't print errors if there are files in the port dir Modified: tools/scripts/check_urls =================================================================== --- tools/scripts/check_urls 2006-06-01 18:20:33 UTC (rev 1468) +++ tools/scripts/check_urls 2006-06-01 18:45:25 UTC (rev 1469) @@ -17,6 +17,9 @@ } check_port() { + if [ ! -d $f ]; then + return 0 + fi if [ ! -f $f/Pkgfile ]; then print_err " $f/Pkgfile not found" return -1
6803
Age (days ago)
6803
Last active (days ago)
0 comments
1 participants
participants (1)
-
crux@crux.nu