skype: remove rpmextract
This commit is contained in:
parent
fecb2aa5c7
commit
d699f0617c
|
@ -5,7 +5,6 @@ version=8.93.0.403
|
||||||
revision=1
|
revision=1
|
||||||
archs="x86_64"
|
archs="x86_64"
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
hostmakedepends="rpmextract"
|
|
||||||
depends="elogind"
|
depends="elogind"
|
||||||
short_desc="Skype for Linux"
|
short_desc="Skype for Linux"
|
||||||
maintainer="mobinmob <mobinmob@disroot.org>"
|
maintainer="mobinmob <mobinmob@disroot.org>"
|
||||||
|
@ -18,7 +17,7 @@ nostrip="yes"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
# Copy files
|
# Copy files
|
||||||
vcopy "*" /
|
vcopy "*" "."
|
||||||
# Move executables to usr/lib and change the launcher script
|
# Move executables to usr/lib and change the launcher script
|
||||||
vsed -i "${DESTDIR}/usr/bin/skypeforlinux" -e "s;share/;lib/;g"
|
vsed -i "${DESTDIR}/usr/bin/skypeforlinux" -e "s;share/;lib/;g"
|
||||||
vmkdir usr/lib/skypeforlinux
|
vmkdir usr/lib/skypeforlinux
|
||||||
|
|
Loading…
Reference in New Issue