Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2020-05-12 22:45:41 +03:00
parent 8028e3caac
commit 94a97cdc4e
1 changed files with 4 additions and 4 deletions

View File

@ -6,11 +6,11 @@ license=( 'ISC' )
pkgver=1.0.6
pkgrel=5
arch=( 'any' )
url='https://git.fleshless.org/sinit-tools'
url='https://code.fleshless.org/spark/sinit-tools'
conflicts=( 'systemd-sysvcompat' )
source=( "https://git.fleshless.org/u/spark/sinit-tools/snapshot/sinit-tools-${pkgver}.zip" )
source=( "https://code.fleshless.org/Spark/sinit-tools/archive/$pkgver.tar.gz" )
package_sinit-sysvcompat() {
depends=( 'sinit' 'sinit-tools' )
@ -24,7 +24,7 @@ package_sinit-sysvcompat() {
package_sinit-tools() {
depends=( 'sinit' )
install -Dm755 "${pkgname}-${pkgver}/shutdown" "${pkgdir}/usr/bin/shutdown"
install -Dm755 "$pkgname/shutdown" "${pkgdir}/usr/bin/shutdown"
}
sha1sums=('e1838fe888c070883b4b4c9f65ded5c2ed60d7ad')
sha1sums=('96548925c0b4c649d0c2f5940fd29a3b221a8909')