vdr-plugin-xmltv2vdr: strip

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

View File

@ -50,6 +50,8 @@ post_make_target() {
cd dist/epgdata2xmltv cd dist/epgdata2xmltv
make -j1 make -j1
cd - cd -
$STRIP dist/epgdata2xmltv/epgdata2xmltv
$STRIP libvdr-*.so*
} }
makeinstall_target() { makeinstall_target() {