vdr-control: strip

This commit is contained in:
Stefan Saraev 2014-02-09 17:32:14 +02:00
parent ae50ee26f6
commit b01de57d3c

View File

@ -46,6 +46,10 @@ make_target() {
LOCALEDIR="./locale"
}
post_make_target() {
$STRIP libvdr-*.so*
}
makeinstall_target() {
: # installation not needed, done by create-addon script
}