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

fix srcdir

parent 07ba451c
No related branches found
Tags 0.4.2-2
No related merge requests found
......@@ -29,7 +29,7 @@ makedepends=(
#--------------------------------------------| BUILD |-------------------------------------------
build() {
cd "${pkgname}"
cd "${pkgbase}"
./configure \
--bindir=/usr/bin \
......@@ -40,7 +40,7 @@ build() {
#-------------------------------------------| PACKAGE |------------------------------------------
package() {
cd "${pkgname}"
cd "${pkgbase}"
make DESTDIR="${pkgdir}" install
......
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