aboutsummaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2012-07-12 02:15:28 +0200
committerTom Gundersen <teg@jklm.no>2012-07-12 02:15:28 +0200
commit046d35bac04022eab343e9e6e40a3056c5e653ad (patch)
treeb26a2d23796c4c8eb473d796154575050a689720 /PKGBUILD
parent3779f7002c8417a77745e1e02273ed5e19ed75b7 (diff)
parentc2f7b97924e2b5341cea667fbd1a2802e9cb8cd5 (diff)
downloadinitscripts-046d35bac04022eab343e9e6e40a3056c5e653ad.tar.xz
Merge branch 'spelling'
Conflicts: rc.sysinit Had to manually fix up a conflict in some comments.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e7429cd..e2e4f3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgver=$(date +%Y%m%d)
pkgrel=$(git log -1 --pretty=format:%h)
pkgdesc="System initialization/bootup scripts"
arch=('any')
-url="http://www.archlinux.org"
+url="https://www.archlinux.org"
license=('GPL')
groups=('base')
conflicts=('initscripts')
@@ -26,5 +26,5 @@ build() {
package() {
cd ..
- make DESTDIR="$pkgdir" install
+ make DESTDIR="$pkgdir/" install
}