Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 1348bafe..24b1b697 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,3 +32,4 @@ venv
.DS_Store
**/cmd_history.txt
**/*.*~
+/*.sig \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index cc7a669f..8f0fd384 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ conflicts=('archinstall' 'python-archinstall' 'python-archinstall-git')
build() {
cd "$startdir"
python setup.py build
- make man -C docs
+ PYTHONDONTWRITEBYTECODE=1 make man -C docs
}
package() {