]> git.sev.monster Git - aports.git/commitdiff
motd: fix url and install mode
authorsev <git@sev.monster>
Sat, 9 May 2020 09:25:42 +0000 (04:25 -0500)
committersev <git@sev.monster>
Sun, 10 May 2020 19:30:42 +0000 (14:30 -0500)
testing/motd/APKBUILD

index 8766e15f3ea677b1e2790e673b80affab3de4e50..976201388fbb37febd6a15bd3a3a493b0a252971 100644 (file)
@@ -2,9 +2,9 @@
 # Maintainer: sev <sev@sev.monster>
 pkgname=motd
 pkgver=1.0.0
 # Maintainer: sev <sev@sev.monster>
 pkgname=motd
 pkgver=1.0.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Write the result of \`uname -a' to /etc/motd daily"
 pkgdesc="Write the result of \`uname -a' to /etc/motd daily"
-url="https://git.sev.monster/~sev/alpine-local"
+url="https://git.sev.monster/alpine.git"
 arch="noarch"
 license="WTFPL"
 subpackages="$pkgname-doc"
 arch="noarch"
 license="WTFPL"
 subpackages="$pkgname-doc"
@@ -13,7 +13,7 @@ options="!check"
 
 package() {
        # Replace with proper package command(s)
 
 package() {
        # Replace with proper package command(s)
-       install -Dm644 motd "$pkgdir"/etc/periodic/daily/motd
+       install -Dm755 motd "$pkgdir"/etc/periodic/daily/motd
        install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
 }
 
        install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
 }
 
This page took 0.04002 seconds and 4 git commands to generate.