fix
Package builder / BuildPackage (push) Successful in 37s Details

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2023-10-26 00:16:39 +00:00
parent 3fc36c8709
commit 7f7ea90e6a
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ license=( 'WTFPL' )
source=( "https://code.fleshless.org/fbt/fake/archive/${pkgver}.tar.gz" )
package() {
cd "${pkgname}-${pkgver}"
cd "${pkgname}"
install -Dm755 fake.sh "$pkgdir/usr/bin/fake"
}