makedeb


i3-gaps-git 18447a9b2022.03.28-2


A fork of i3wm tiling window manager (development branch) with more features, including gaps

Click here to go back to the commit logs for i3-gaps-git.

Commit:


Hash: 92a297110cc90d206f323efb6df8e4c57643bc83

Message: changed destdir to usr

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 6227690..b400d1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ generated-by = makedeb-makepkg
 pkgbase = i3-gaps-git
 	pkgdesc = A fork of i3wm tiling window manager (development branch) with more features, including gaps
 	pkgver = 81664.20.7.gb154e79d2021.10.22
-	pkgrel = 1
+	pkgrel = 2
 	url = https://github.com/Airblader/i3/tree/gaps-next
 	arch = i686
 	arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 447f130..cd1a71b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: only_vip <onlyme_vip@protonmail.com>
 pkgname=i3-gaps-git
 pkgver=81664.20.7.gb154e79d2021.10.22
-pkgrel=1
+pkgrel=2
 pkgdesc='A fork of i3wm tiling window manager (development branch) with more features, including gaps'
 arch=('i686' 'x86_64')
 url='https://github.com/Airblader/i3/tree/gaps-next'
@@ -31,6 +31,7 @@ build() {
    meson \
     -Ddocs=true \
     -Dmans=true \
+    -Dprefix=/usr \
   ../build
   meson compile -C ../build
 }