mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
gvfs: create gnome-open symlink in post_install() instead.
This commit is contained in:
parent
95713ce8cc
commit
554fa1a54b
1 changed files with 4 additions and 1 deletions
|
@ -19,6 +19,10 @@ license="LGPL-2.1"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/1.16/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/1.16/$pkgname-$version.tar.xz"
|
||||||
checksum=6b0e62d27fe73844efb536689057b762fbce085984800c83395371306ec547f1
|
checksum=6b0e62d27fe73844efb536689057b762fbce085984800c83395371306ec547f1
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
cd ${DESTDIR}/usr/bin && ln -sf gvfs-open gnome-open
|
||||||
|
}
|
||||||
|
|
||||||
gvfs-devel_package() {
|
gvfs-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
@ -28,7 +32,6 @@ gvfs-devel_package() {
|
||||||
|
|
||||||
gvfs_package() {
|
gvfs_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
cd ${DESTDIR}/usr/bin && ln -sf gvfs-open gnome-open
|
|
||||||
vmove usr
|
vmove usr
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue