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"
|
||||
checksum=6b0e62d27fe73844efb536689057b762fbce085984800c83395371306ec547f1
|
||||
|
||||
post_install() {
|
||||
cd ${DESTDIR}/usr/bin && ln -sf gvfs-open gnome-open
|
||||
}
|
||||
|
||||
gvfs-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
|
@ -28,7 +32,6 @@ gvfs-devel_package() {
|
|||
|
||||
gvfs_package() {
|
||||
pkg_install() {
|
||||
cd ${DESTDIR}/usr/bin && ln -sf gvfs-open gnome-open
|
||||
vmove usr
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue