summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Kirnak2023-08-31 03:29:04 +0200
committerTomas Kirnak2023-08-31 03:29:04 +0200
commit30cbd86ebe67438df5f4037dde31a0b810479b9f (patch)
tree813552bb9ca1da0639be75a48e92efd57c9f5e7a
parent84bad6f3caeb26d2c0dea7e79b52d2cdc1b08b62 (diff)
downloadaur-30cbd86ebe67438df5f4037dde31a0b810479b9f.tar.gz
Delete manual removal of components, it's handled by a patch
-rw-r--r--PKGBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 42fc40f1b3fc..d7d4ddd9ef60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,9 +27,6 @@ build() {
# Remove binary and library from make
patch -Np1 -i ../gui_only.patch
-# for Component in iked ikec libike libip libidb libith liblog libpfk ; do
-# sed -e "/\/$Component\//d" -i cmake_install.cmake
-# done
make
}