Skip to content
Snippets Groups Projects
Verified Commit 2013d46d authored by Clayton Craft's avatar Clayton Craft :speech_balloon:
Browse files

main/swclock-offset: install to /usr

parent 31d617f8
No related branches found
No related tags found
No related merge requests found
Pipeline #206308 passed
# Maintainer: Jakko <jahau@rocketmail.com>
pkgname=swclock-offset
pkgver=0.2.2
pkgrel=0
pkgrel=1
pkgdesc="Keep system time at an offset to a non-writable RTC"
url="https://gitlab.com/postmarketOS/swclock-offset"
arch="noarch"
......@@ -12,8 +12,8 @@ source="https://gitlab.com/postmarketOS/swclock-offset/-/archive/$pkgver/swclock
options="!check" # No tests
package() {
make DESTDIR="$pkgdir" install
make DESTDIR="$pkgdir" install_openrc
make PREFIX="/usr" DESTDIR="$pkgdir" install
make PREFIX="/usr" DESTDIR="$pkgdir" install_openrc
}
openrc() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment