aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2012-11-27 01:23:28 +0100
committerAdrian C. (anrxc) <anrxc@sysphere.org>2012-11-27 01:23:28 +0100
commit9cc9ec6fb33177ea1e040553cbae33748ed82fb4 (patch)
treecdf579ffa588e7f3b4f3ce2c2b5f74934139544d
parent3e83de63a03b6e7d3edb22231fcf771c7f4ba350 (diff)
downloadrcdscripts-9cc9ec6fb33177ea1e040553cbae33748ed82fb4.tar.xz
arch: update the repository name in the PKGBUILD
-rw-r--r--README2
-rw-r--r--arch/PKGBUILD9
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. <anrxc.sysphere.org>
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}/
}