CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Added section to pkgadd.conf in order to avoid .la files
[pkgutils-cross.git] / pkgadd.conf
CommitLineData
9ac667e6
SR
1#
2# /etc/pkgadd.conf: pkgadd(8) configuration
3#
4
6a31b4ed
JB
5# Crosscompiling rules to avoid libtool issues
6# with the hardcoded libdir variable
7INSTALL .*\.la NO
8UPGRADE .*\.la NO
9
9ac667e6
SR
10# Default rule (implicit)
11#UPGRADE ^.*$ YES
12
13UPGRADE ^etc/.*$ NO
14UPGRADE ^var/log/.*$ NO
4943d621 15UPGRADE ^var/spool/\w*cron/.*$ NO
e727dae9 16UPGRADE ^var/run/utmp$ NO
9ac667e6 17
9ac667e6
SR
18UPGRADE ^etc/ports/drivers/.*$ YES
19UPGRADE ^etc/X11/.*$ YES
20
21UPGRADE ^etc/rc.*$ YES
22UPGRADE ^etc/rc\.local$ NO
23UPGRADE ^etc/rc\.modules$ NO
24UPGRADE ^etc/rc\.conf$ NO
25UPGRADE ^etc/rc\.d/net$ NO
26
bfb5480b
TS
27UPGRADE ^etc/udev/rules.d/.*$ YES
28UPGRADE ^etc/udev/rules.d/1.*$ NO
29
9ac667e6 30# End of file