Skip to content
Snippets Groups Projects
Commit 59684d55 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

use trunk directory

parent 6e7e027f
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
# PkgSource : https://framagit.org/obarun-pkgbuild-66service/crond-66serv # PkgSource : https://framagit.org/obarun-pkgbuild-66service/crond-66serv
#-------------------------------------------------------------------------------------- #--------------------------------------------------------------------------------------
service=crond
pkgname=crond-66serv pkgname=crond-66serv
pkgver=0.1.1 pkgver=0.1.1
pkgrel=1 pkgrel=1
...@@ -25,10 +26,10 @@ makedepends=( ...@@ -25,10 +26,10 @@ makedepends=(
#-------------------------------------------------------------------------------------- #--------------------------------------------------------------------------------------
package() { package() {
cd "${pkgname}" cd "${pkgname}/trunk"
install -Dm 0644 crond "${pkgdir}"/usr/lib/66/service/crond install -Dm 0644 ${service} "${pkgdir}"/usr/lib/66/service/${service}
install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/"${pkgname}"/LICENSE install -Dm 0644 LICENSE "${pkgdir}"/usr/share/licenses/"${pkgname}"/LICENSE
} }
#-------------------------------------------------------------------------------------- #--------------------------------------------------------------------------------------
......
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