summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 45caa266d4fa..e794f855cced 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=i3-gnome
pkgver=3.36.0
-pkgrel=2
+pkgrel=3
epoch=1
pkgdesc="Use i3 with GNOME Session integration."
arch=('any')
@@ -29,6 +29,6 @@ build() {
package() {
cd "$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install
+ make install
}