This is mostly a renaming of unicap. openSUSE:Factory wants the file naming to be consistent. Since the tarball and final packages are libunicap, I changed the name of the other parts to be the same. OBS-URL: https://build.opensuse.org/request/show/79203 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libunicap?expand=0&rev=1
5 lines
172 B
Bash
5 lines
172 B
Bash
#!/bin/sh
|
|
|
|
# The original script name has been passed as the first argument:
|
|
"$@" | sed -e '/^libdcam.so/d' -e '/^libv4l.so/d' -e '/^libv4l2.so/d' -e '/^libvid21394.so/d'
|