From 9cc9ec6fb33177ea1e040553cbae33748ed82fb4 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Tue, 27 Nov 2012 01:23:28 +0100 Subject: arch: update the repository name in the PKGBUILD --- README | 2 +- arch/PKGBUILD | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README b/README index dff554b..6f51b26 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ rc.d scripts The rcdscripts-aic package is a repository of Arch Linux sysvinit service scripts. - - http://git.sysphere.org/rcdscripts-aic/ + - http://git.sysphere.org/rcdscripts/ License diff --git a/arch/PKGBUILD b/arch/PKGBUILD index 8551cb8..ff2a1a0 100644 --- a/arch/PKGBUILD +++ b/arch/PKGBUILD @@ -3,6 +3,7 @@ # Contributor: Adrian C. pkgname=rcdscripts-aic +_gitname=rcdscripts pkgver=2012.11.25 pkgrel=1 pkgdesc="System service scripts for SysV init" @@ -12,13 +13,13 @@ license=("GPL2") depends=("bash") optdepends=("sysvinit: SysV init" "initscripts-aic: functions used by service scripts") -source=("http://git.sysphere.org/rcdscripts-aic/${pkgname}-${pkgver}.tar.xz") +source=("http://git.sysphere.org/${_gitname}/${_gitname}-${pkgver}.tar.xz") #md5sums=("") package() { - cd ${srcdir}/${pkgname}-${pkgver} + cd ${srcdir}/${_gitname}-${pkgver} - install -d "${pkgdir}/usr/share/rcdscripts-aic/" - cp -arp ${srcdir}/src/* ${pkgdir}/usr/share/rcdscripts-aic/ + install -d "${pkgdir}/usr/share/${pkgname}/" + cp -arp ${srcdir}/src/* ${pkgdir}/usr/share/${pkgname}/ } -- cgit v1.2.3