mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-10 19:01:13 +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:
|
||||
dh_auto_test
|
||||
set -e; for x in live-build/auto/*; do \
|
||||
sh -n "$$x"; \
|
||||
echo "$$x" | grep -q .py || sh -n "$$x"; \
|
||||
done
|
||||
|
||||
override_dh_install:
|
||||
|
Loading…
x
Reference in New Issue
Block a user