X-Git-Url: http://gitweb/?a=blobdiff_plain;f=pkgadd.conf;h=a35c46218f62e08913c36008d8ce93a965a24529;hb=174925ab782bcb7a893d56a79b16b8d767eaaf6d;hp=234f961b17c5f745fa887b72baf26d02df5f5bf2;hpb=6a31b4ed420b0b829b000e3789a3508bbf0a3628;p=pkgutils-cross.git diff --git a/pkgadd.conf b/pkgadd.conf index 234f961..a35c462 100644 --- a/pkgadd.conf +++ b/pkgadd.conf @@ -2,11 +2,6 @@ # /etc/pkgadd.conf: pkgadd(8) configuration # -# Crosscompiling rules to avoid libtool issues -# with the hardcoded libdir variable -INSTALL .*\.la NO -UPGRADE .*\.la NO - # Default rule (implicit) #UPGRADE ^.*$ YES @@ -26,5 +21,8 @@ UPGRADE ^etc/rc\.d/net$ NO UPGRADE ^etc/udev/rules.d/.*$ YES UPGRADE ^etc/udev/rules.d/1.*$ NO +UPGRADE ^etc/udev/hwdb.d/.*$ YES +UPGRADE ^etc/udev/hwdb.bin$ YES +UPGRADE ^etc/ssl/cert.pem$ YES # End of file