gvfs: add gnome-open symlink to gvfs-open.
This commit is contained in:
parent
76805ede38
commit
30992c8b0b
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gvfs'
|
||||
pkgname=gvfs
|
||||
version=1.16.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-hal --disable-afc
|
||||
--with-bash-completion-dir=/usr/share/bash-completion/completions"
|
||||
|
@ -28,6 +28,7 @@ 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