aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-12-24 13:38:55 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-12-24 13:38:55 +0000
commit63de8495d8466889f42df21c518815e1cee358ce (patch)
treef3b74f840ece996a6b84098352b6df00fb26b18e /testing
parente62583fd7c834a549d964f6294314b822dd8d42a (diff)
parentac9837cbf7b6a18997b260d380981bef3e983437 (diff)
downloadaports-63de8495d8466889f42df21c518815e1cee358ce.tar.bz2
aports-63de8495d8466889f42df21c518815e1cee358ce.tar.xz
Merge git://git.alpinelinux.org/aports-clandmeter
Conflicts: testing/iscsi-scst/APKBUILD
Diffstat (limited to 'testing')
-rw-r--r--testing/scstadmin/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/scstadmin/APKBUILD b/testing/scstadmin/APKBUILD
index 6f07cce35c..6a694e27b7 100644
--- a/testing/scstadmin/APKBUILD
+++ b/testing/scstadmin/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=scstadmin
pkgver=2.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="SCST administration tool written in perl"
url="http://scst.sourceforge.net"
arch="x86_64"
@@ -11,7 +11,6 @@ depends="perl"
makedepends="perl-dev"
install=
subpackages="$pkgname-doc"
-# increase pkgrel when updating svn rev
source="http://downloads.sourceforge.net/scst/$pkgname-$pkgver.tar.gz
scst-init-ash-comapt.patch
"
@@ -30,6 +29,7 @@ package() {
make DESTDIR="$pkgdir" install || return 1
cd "$_builddir"
+ mkdir -p "$pkgdir"/var/lib/scst/pr
install -Dm755 scstadmin.sysfs/scstadmin "$pkgdir"/usr/sbin/scstadmin || return 1
install -Dm755 init.d/scst.gentoo "$pkgdir"/etc/init.d/scstadmin || return 1
}