[Midnightbsd-cvs] src [7511] trunk/lib/libmport/create_primative.c: include asset file owner mode files in archive.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Apr 9 16:30:07 EDT 2016


Revision: 7511
          http://svnweb.midnightbsd.org/src/?rev=7511
Author:   laffer1
Date:     2016-04-09 16:30:07 -0400 (Sat, 09 Apr 2016)
Log Message:
-----------
include asset file owner mode files in archive.

Modified Paths:
--------------
    trunk/lib/libmport/create_primative.c

Modified: trunk/lib/libmport/create_primative.c
===================================================================
--- trunk/lib/libmport/create_primative.c	2016-04-09 20:29:50 UTC (rev 7510)
+++ trunk/lib/libmport/create_primative.c	2016-04-09 20:30:07 UTC (rev 7511)
@@ -546,7 +546,8 @@
 		if (e->type == ASSET_CWD)
 			cwd = e->data == NULL ? pack->prefix : e->data;
 
-		if (e->type != ASSET_FILE && e->type != ASSET_SAMPLE && e->type != ASSET_SHELL) {
+		if (e->type != ASSET_FILE && e->type != ASSET_SAMPLE && 
+		    e->type != ASSET_SHELL && e->type != ASSET_FILE_OWNER_MODE) {
 			continue;
 		}
 



More information about the Midnightbsd-cvs mailing list