Skip to content

Commit

Permalink
Fixed PKGBUILD.
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeDP committed Mar 11, 2018
1 parent 5372354 commit d453079
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Extra/Arch/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname=libmodule-git
_gitname=libmodule
pkgver=r17.97466a6
pkgver=r36.5372354
pkgrel=1
pkgdesc="C linux library to build simple and modular projects"
arch=(x86_64)
Expand All @@ -28,7 +28,12 @@ prepare() {

build() {
cd "$_gitname"/build
cmake ../ -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE="Release"
cmake \
-G "Unix Makefiles" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_BUILD_TYPE="Release" \
../
make
}

Expand Down

0 comments on commit d453079

Please sign in to comment.