fixes for install files

This commit is contained in:
Tobias Powalowski 2009-12-06 19:47:51 +01:00
parent 1cd5b3f43f
commit 926cd4acfb
5 changed files with 10 additions and 11 deletions

View file

@ -14,10 +14,10 @@ install ()
# add unrar support # add unrar support
add_file "/usr/lib/libclamunrar.so" add_file "/usr/lib/libclamunrar.so"
add_file "/usr/lib/libclamunrar.so.6" add_file "/usr/lib/libclamunrar.so.6"
add_file "/usr/lib/libclamunrar.so.6.0.4" add_file "/usr/lib/libclamunrar.so.6.0.5"
add_file "/usr/lib/libclamunrar_iface.so" add_file "/usr/lib/libclamunrar_iface.so"
add_file "/usr/lib/libclamunrar_iface.so.6" add_file "/usr/lib/libclamunrar_iface.so.6"
add_file "/usr/lib/libclamunrar_iface.so.6.0.4" add_file "/usr/lib/libclamunrar_iface.so.6.0.5"
} }
help () help ()

View file

@ -7,7 +7,7 @@ install ()
FILES="" FILES=""
SCRIPT="arch_encrypt" SCRIPT="arch_encrypt"
# fix licenses # fix licenses
add_file "/usr/share/licenses/popt/COPYING" add_file "/usr/share/licenses/popt/LICENSE"
} }
help () help ()

View file

@ -8,7 +8,7 @@ install ()
SCRIPT="" SCRIPT=""
add_file "/usr/share/archboot/lilo/etc/lilo.conf" "/etc/lilo.conf" add_file "/usr/share/archboot/lilo/etc/lilo.conf" "/etc/lilo.conf"
# fix licenses # fix licenses
add_file "/usr/share/licenses/lilo/license.txt" add_file "/usr/share/licenses/lilo/LICENSE"
} }
help () help ()

View file

@ -8,7 +8,7 @@ install ()
for i in $STAGING; do for i in $STAGING; do
MODULES="$MODULES $(checked_modules "/drivers/staging/$i")" MODULES="$MODULES $(checked_modules "/drivers/staging/$i")"
done done
BINARIES="ping ping6 route nslookup telnet ssh arpd genl ifcfg ifstat ip lnstat ctstat rtstat nstat routef routel rtacct rtmon rtpr ss tc dhclient ifplugd ifplugstatus" BINARIES="ping ping6 route nslookup telnet ssh arpd ctstat genl ifcfg ifstat ip lnstat nstat routef routel rtacct rtmon rtpr rtstat ss tc dhclient ifplugd ifplugstatus"
FILES="" FILES=""
SCRIPT="" SCRIPT=""
add_file "/sbin/dhcpcd" add_file "/sbin/dhcpcd"
@ -23,10 +23,11 @@ install ()
done done
add_file "/usr/share/archboot/net/etc/dhcpcd.conf" "/etc/dhcpcd.conf" add_file "/usr/share/archboot/net/etc/dhcpcd.conf" "/etc/dhcpcd.conf"
add_dir "/var/lib/dhcpcd" add_dir "/var/lib/dhcpcd"
add_file "/lib/tc/experimental.dist" add_file "/lib/tc/q_atm.so"
add_file "/lib/tc/normal.dist" add_file "/usr/share/tc/experimental.dist"
add_file "/lib/tc/pareto.dist" add_file "/usr/share/tc/normal.dist"
add_file "/lib/tc/paretonormal.dist" add_file "/usr/share/tc/pareto.dist"
add_file "/usr/share/tc/paretonormal.dist"
add_file "/usr/share/archboot/net/etc/iproute2/ematch_map" "/etc/iproute2/ematch_map" add_file "/usr/share/archboot/net/etc/iproute2/ematch_map" "/etc/iproute2/ematch_map"
add_file "/usr/share/archboot/net/etc/iproute2/rt_dsfield" "/etc/iproute2/rt_dsfield" add_file "/usr/share/archboot/net/etc/iproute2/rt_dsfield" "/etc/iproute2/rt_dsfield"
add_file "/usr/share/archboot/net/etc/iproute2/rt_protos" "/etc/iproute2/rt_protos" add_file "/usr/share/archboot/net/etc/iproute2/rt_protos" "/etc/iproute2/rt_protos"

View file

@ -45,9 +45,7 @@ install ()
add_file "/usr/share/perl5/core_perl/Exporter.pm" add_file "/usr/share/perl5/core_perl/Exporter.pm"
add_file "/usr/share/perl5/core_perl/strict.pm" add_file "/usr/share/perl5/core_perl/strict.pm"
add_file "/usr/lib/perl5/core_perl/Cwd.pm" add_file "/usr/lib/perl5/core_perl/Cwd.pm"
add_file "/usr/lib/perl5/core_perl/auto/Cwd/Cwd.bs"
add_file "/usr/lib/perl5/core_perl/auto/Cwd/Cwd.so" add_file "/usr/lib/perl5/core_perl/auto/Cwd/Cwd.so"
add_file "/usr/lib/perl5/core_perl/auto/Fcntl/Fcntl.bs"
add_file "/usr/lib/perl5/core_perl/auto/Fcntl/Fcntl.so" add_file "/usr/lib/perl5/core_perl/auto/Fcntl/Fcntl.so"
add_file "/usr/lib/perl5/core_perl/auto/DynaLoader/dl_find_symbol_anywhere.al" add_file "/usr/lib/perl5/core_perl/auto/DynaLoader/dl_find_symbol_anywhere.al"
add_file "/usr/lib/perl5/core_perl/auto/DynaLoader/dl_expandspec.al" add_file "/usr/lib/perl5/core_perl/auto/DynaLoader/dl_expandspec.al"