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