Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2018-08-01 17:49:03 +03:00
parent e7f697aa6a
commit 44be036c7b
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ source=( "https://git.fleshless.org/u/fbt/sx-open/snapshot/sx-open-${pkgver}.tar
package_sx-utils() {
optdepends=( 'sx-utils-xdg-compat: symbolic links for xdg -> sx' )
cd "${pkgname}-${pkgver}"
cd "sx-open-${pkgver}"
install -Dm755 sx-open "$pkgdir/usr/bin/sx-open"
}