X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=functions%2Ffpkg;h=878136615444d24964c3a9c1d52cf7d7f291d3e9;hb=abe5449c7fd7ccd5eae2f721db34cce1f643ee8a;hp=2d3b474613305b0ece484d7e1b33d32cd54e6933;hpb=564ec1bbb321286571c30da20b81620c33b18e6f;p=hvlinux.git diff --git a/functions/fpkg b/functions/fpkg index 2d3b474..8781366 100644 --- a/functions/fpkg +++ b/functions/fpkg @@ -263,8 +263,8 @@ test_archive_integrity() local FILE=${2} local EXT=${3} - if [ ! -f ${FILE} ]; then - # The file may be absent, in this case simply abort without error + if [ ! -f ${FILE} -o -h ${FILE} ]; then + # The file may be absent, or a symbolic link. Abort without error return 0 fi