lv2-ui: remove build-specific files from destdir
This commit is contained in:
parent
835b5624bf
commit
cf4db16a43
1 changed files with 2 additions and 2 deletions
|
@ -31,6 +31,6 @@ post_install()
|
|||
cd "${DESTDIR}/usr/include/lv2/${_ns%/*}" && \
|
||||
ln -s "../../../../../lib/lv2/$_name.lv2" "$_name"
|
||||
|
||||
rm $(find ${DESTDIR} | grep "\.xbps" | xargs)
|
||||
rm $(find ${DESTDIR} | grep "wafbuild" | xargs)
|
||||
# Clean up build-specific files glob-copied by waf install target
|
||||
cd "$DESTDIR/usr/lib/lv2/$_name.lv2" && rm {.xbps_,.lock-wafbuild}*
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue