summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Swanson2021-03-27 02:30:10 -0700
committerMike Swanson2021-03-27 02:30:10 -0700
commit0294cfccdd1105a79ff243196b309a58ea27f93b (patch)
treeaa821afb4c2be2169324ce1e10ff940a2f2dc3ba /PKGBUILD
parent9168a2035b7016556db039456e5b9ba8e9dd17f6 (diff)
downloadaur-eternity-engine.tar.gz
Don’t delete empty directories...
At some point, Eternity actually started to depend on these. Why? who really knows.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fa5eedbfc472..552b710e4dc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=eternity-engine
pkgver=4.02.00
-pkgrel=1
+pkgrel=2
pkgdesc="An advanced Doom port with vanilla compatibility"
url="http://eternity.youfailit.net/"
arch=('i686' 'x86_64')
@@ -40,5 +40,4 @@ build() {
package() {
cd ee-build
make PREFIX=/usr DESTDIR="$pkgdir" install
- find "$pkgdir" -type d -empty -delete
}