summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik Schwan2024-02-20 15:33:10 +0100
committerFrederik Schwan2024-02-20 15:33:10 +0100
commit933a22c36eb7a5d3fb7c34ca5c07fb22af7a2536 (patch)
tree9ca2a2861ae3f9956894b4ce1fbe75c54f941161
parent620b2e0cd469d7f5880efce4f5f43daa87d1ab70 (diff)
downloadaur-933a22c36eb7a5d3fb7c34ca5c07fb22af7a2536.tar.gz
remove call of unused script
-rwxr-xr-xPKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 820f2840c2d4..273a183a9191 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -34,7 +34,6 @@ prepare() {
build() {
cd ${_pkgname}-${pkgver}
export TEXINPUTS=".:${srcdir}/${_pkgname}-${pkgver}/tex:${TEXINPUTS}"
- ./addlicense.sh
./prepare_tuda.sh
}