aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rpkid/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/Makefile.in b/rpkid/Makefile.in
index 3c96c146..81fce16b 100644
--- a/rpkid/Makefile.in
+++ b/rpkid/Makefile.in
@@ -48,7 +48,7 @@ rpm deb:: all
${SETUP_PY} bdist_rpm
deb::
- cd dist; for i in *.rpm; do case $$i in *.src.rpm) :;; *) fakeroot alien $$i;; esac; done
+ cd dist; for i in *.rpm; do case $$i in *.src.rpm) :;; *) (set -x; fakeroot alien -v $$i);; esac; done
rpki/relaxng.py: ../scripts/make-relaxng.py left-right-schema.rng up-down-schema.rng publication-schema.rng
${PYTHON} ../scripts/make-relaxng.py >$@.tmp