добавление создания папки для /usr/bin
This commit is contained in:
parent
abf54cb0fc
commit
edc4041c89
@ -26,5 +26,6 @@ package() {
|
||||
cd "${srcdir}/Discord"
|
||||
find . -type d -exec install -d {,"${pkgdir}/opt/discord/"}{} \;
|
||||
find . -type f -exec install -D {,"${pkgdir}/opt/discord/"}{} \;
|
||||
install -dm755 "${pkgdir}/usr/bin/"
|
||||
ln -s "${pkgdir}/opt/${provides}/${provides}" "${pkgdir}/usr/bin/${provides}"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user