remove some tool binaries we dont want
This commit is contained in:
parent
1f6f06e9b4
commit
383f413bba
1 changed files with 3 additions and 0 deletions
|
|
@ -43,6 +43,9 @@ rm -rf /usr/src && ln -sv /WORK /usr/src # Required for openSUSE
|
||||||
sed "s/__VERSION__/$version/g" </work/librewolf.spec >/work/tmp.spec
|
sed "s/__VERSION__/$version/g" </work/librewolf.spec >/work/tmp.spec
|
||||||
sed "s/__RELEASE__/$full_release/g" </work/tmp.spec >rpmbuild/SPECS/librewolf.spec
|
sed "s/__RELEASE__/$full_release/g" </work/tmp.spec >rpmbuild/SPECS/librewolf.spec
|
||||||
|
|
||||||
|
# fix: remove some tool binaries we don't want
|
||||||
|
rm -f /work/librewolf/{glxtest,vaapitest}
|
||||||
|
|
||||||
# copy in the librewolf assets
|
# copy in the librewolf assets
|
||||||
cp -rv /work/librewolf rpmbuild/SOURCES
|
cp -rv /work/librewolf rpmbuild/SOURCES
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue