concise-installer


Logs | Files | GitLab


1
commit bbb72ea6f8bd489c9afc9bc76122062e3177afb3
2
Author: Connor Etherington <[email protected]>
3
Date:   Thu Apr 11 23:08:56 2024 +0200
4
5
    Auto-Commit Update 11.04.2024 - 23:08:56
6
---
7
 PKGBUILD | 3 ---
8
 1 file changed, 3 deletions(-)
9
10
diff --git a/PKGBUILD b/PKGBUILD
11
index 7de5f26..494ccca 100644
12
--- a/PKGBUILD
13
+++ b/PKGBUILD
14
@@ -34,7 +34,4 @@ package() {
15
 
16
   cp -a "./etc/skel/.local/${_pkgname}/." "${pkgdir}${_destname1}${_pkgname}/"
17
 
18
-  cd "etc/skel/.local/${_pkgname}"
19
-  make X11INC=/usr/include/X11 X11LIB=/usr/lib/X11 FREETYPEINC=/usr/include/freetype2 DESTDIR="${pkgdir}${_destname1}${_pkgname}" install
20
-
21
 }