2
0
Fork 0

usr /usr install root

This commit is contained in:
Gaute Hope 2018-02-06 10:58:54 +01:00
parent 2aba371aeb
commit 1100eaa407
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
# Fri Nov 24 23:54:59 UTC 2017
# Tue Feb 6 09:58:45 UTC 2018
pkgbase = astroid-git
pkgdesc = a graphical threads-with-tags style, lightweight and fast, email client for notmuch, inspired by sup and others
pkgver = v0.10.2.r48.gfaf2776

View File

@ -30,7 +30,7 @@ build() {
cd "$srcdir/astroid"
mkdir -p build
cd build
cmake .. -GNinja -DCMAKE_BUILD_TYPE=Release
cmake .. -GNinja -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
ninja
}