diff --git a/build-ubunturepo b/build-ubunturepo index 2f9457727..7511a168d 100755 --- a/build-ubunturepo +++ b/build-ubunturepo @@ -213,7 +213,7 @@ then for file in $packages do file_low=`echo $file | tr '[A-Z]' '[a-z]'` - if [ "$file" = "xCAT" -o "$file" = "xCAT-genesis-scripts" ]; then + if [ "$file" = "xCAT" -o "$file" = "xCAT-genesis-scripts" -o "$file" = "xCATsn" ]; then target_archs="amd64 ppc64el" else target_archs="all" diff --git a/xCAT-vlan/debian/changelog b/xCAT-vlan/debian/changelog old mode 100755 new mode 100644 diff --git a/xCAT-vlan/debian/compat b/xCAT-vlan/debian/compat old mode 100755 new mode 100644 diff --git a/xCAT-vlan/debian/control b/xCAT-vlan/debian/control old mode 100755 new mode 100644 diff --git a/xCAT-vlan/debian/copyright b/xCAT-vlan/debian/copyright old mode 100755 new mode 100644 diff --git a/xCAT-vlan/debian/dirs b/xCAT-vlan/debian/dirs old mode 100755 new mode 100644 diff --git a/xCAT-vlan/debian/docs b/xCAT-vlan/debian/docs old mode 100755 new mode 100644 diff --git a/xCAT-vlan/debian/install b/xCAT-vlan/debian/install old mode 100755 new mode 100644 diff --git a/xCAT-vlan/debian/postinst b/xCAT-vlan/debian/postinst old mode 100755 new mode 100644