mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-08 17:31:38 +00:00
Fix debian/rules test for shell scripts to ignore python
This commit is contained in:
parent
08376f8e64
commit
3bb028c86d
2
debian/rules
vendored
2
debian/rules
vendored
@ -7,7 +7,7 @@ DEB_HOST_MULTIARCH := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
|
|||||||
override_dh_auto_test:
|
override_dh_auto_test:
|
||||||
dh_auto_test
|
dh_auto_test
|
||||||
set -e; for x in live-build/auto/*; do \
|
set -e; for x in live-build/auto/*; do \
|
||||||
sh -n "$$x"; \
|
echo "$$x" | grep -q .py || sh -n "$$x"; \
|
||||||
done
|
done
|
||||||
|
|
||||||
override_dh_install:
|
override_dh_install:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user