Commit 4c507cd1 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

obs/slapos: fix use shorter name

fixup for 203927d9
parent 797e5f5e
Pipeline #27418 failed with stage
in 0 seconds
...@@ -9,15 +9,15 @@ license=('GPL') ...@@ -9,15 +9,15 @@ license=('GPL')
depends=(iptables iproute2) depends=(iptables iproute2)
makedepends=(patch wget chrpath inetutils python3) makedepends=(patch wget chrpath inetutils python3)
install='slapos-node.install' install='slapos-node.install'
source=(${pkgname}_${pkgver}.tar.gz) source=(sn_${pkgver}.tar.gz)
md5sums=(%SOURCEMD5%) md5sums=(%SOURCEMD5%)
build() { build() {
cd "${srcdir}/${pkgname}_${pkgver}" cd "${srcdir}/sn_${pkgver}"
make make
} }
package() { package() {
cd "${srcdir}/${pkgname}_${pkgver}" cd "${srcdir}/sn_${pkgver}"
make DESTDIR="$pkgdir/" install make DESTDIR="$pkgdir/" install
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment